Skip to content

hdiggitydogg/cataclysm.studio

Repository files navigation

Steps for local development:

  1. Pull latest code from Github: git fetch && git pull origin master
  2. Install latest packages: npm install
  3. Run vite server to view the project locally: npm run dev
  4. Make code changes as required - they should automatically update in the browser. Ctrl+c to stop.

Once ready to deploy:

  1. Build the production site: npm run build
  2. Add latest changes to git: git add .
  3. Add commit message: git commit -m "Some info about the changes"
  4. Push changes to github: git push origin master
  5. Github actions will deploy latest version to Github Pages: should take ~60s for the prod site to be updated

About

cataclysm.studio site from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •