Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 731 Bytes

File metadata and controls

36 lines (23 loc) · 731 Bytes

zapperment-rocks

Website for zapperment.rocks — producer of electronic music

Development

npm install
npm run dev

Deployment

This website is automatically deployed to GitHub Pages on every push to the main branch.

The deployment process:

  1. Builds the production version using npm run build
  2. Deploys the contents of the dist folder to GitHub Pages
  3. The site will be available at: https://zapperment.github.io/

Manual Deployment

If you need to deploy manually:

  1. Build the project: npm run build
  2. Push the dist folder to the gh-pages branch (if using manual deployment)

Local Preview

To preview the production build locally:

npm run build
npm run preview