2dwa-slosh-seltzer

2DWA - Slosh Seltzer

slosh-seltzer

https://sloshseltzer.com/

Exercise

  1. Fork this repo

    Important: Uncheck the “Copy the main branch only”. We need all branches.

  2. Switch to the starter branch and do your work here.
  3. After finishing your exercise, create a PR to merge starter into main.
  4. Setup GitHub Pages to deploy from branch gh-pages.

Done.

Deployment

# Install
npm i

# Run dev server
npm run dev

# Build production site with default path "/"
npm run build

# Build using GitHub Actions requires a different path
# domain.com or sub.domain.com => use "/"
# domain.com/your-site => use "/your-site"
npm run ghp-build