This is the repo for https://nwidolfest.com/. It runs off of Gatsby with a Material UI theme and is currently deployed on GitHub Pages.
- Have a working node/npm dev environment with node <= 16.15.0 (this is due to a bug in PostCSS). We suggest using nvm and
nvm install lts
. npm install -g gatsby-cli
npm install
gatsby develop
The site uses gh-pages to deploy. Assuming you have collaborator access to this repo, there are two methods of deployment:
- Locally, run
npm run deploy
. - From GitHub, go to "Actions" and manually invoke Gatsby Publish.