Website for zapperment.rocks — producer of electronic music
npm install
npm run devThis website is automatically deployed to GitHub Pages on every push to the main branch.
The deployment process:
- Builds the production version using
npm run build - Deploys the contents of the
distfolder to GitHub Pages - The site will be available at:
https://zapperment.github.io/
If you need to deploy manually:
- Build the project:
npm run build - Push the
distfolder to thegh-pagesbranch (if using manual deployment)
To preview the production build locally:
npm run build
npm run preview