The frontend for ADAO's website. To view the backend [referenced solely within static/main.js], please view ADAOcommunity/website-backend on GitHub.
- Ensure NodeJS v16 or above is installed and the Yarn package manager is installed.
- Install all packages with
yarn. - Change the first line of
static/main.js. It's hard to use configuration files with front-facing JavaScript.
- Use
yarn startto start a development environment with Gatsby. - To get rid of the cache and do a hard refresh, use
yarn clean
- Use
yarn buildto build a static site with build optimizations through Gatsby.