Website for zapperment.rocks — producer of electronic music
npm install
npm run dev
This 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
dist
folder 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
dist
folder to thegh-pages
branch (if using manual deployment)
To preview the production build locally:
npm run build
npm run preview