WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ npm run build
50
50
51
51
This creates a `dist` folder with the built application ready for deployment.
52
52
53
+
### Deployment
54
+
55
+
The application is automatically deployed to GitHub Pages at [mermaid.sravanth.co.uk](https://mermaid.sravanth.co.uk) when changes are pushed to the main branch. The deployment workflow:
56
+
57
+
1. Builds the React application using Vite
58
+
2. Deploys the static files to GitHub Pages
59
+
3. Uses the custom domain configured in the CNAME file
0 commit comments