This website was generated using Gatsby.
- Node.js (I suggest using NVM to manage your Node.js versions)
- Yarn
- Gatsby CLI
- Firebase CLI
Once you have Node.js installed you can install all of the global dependencies with the following command:
npm install -g yarn gatsby-cli firebase-tools
Navigate into your new site’s directory and start it up.
yarn develop
This project is hosted using Firebase.
Auto-deployments are triggered when a push occurs on the main
branch. This is managed by GitHub Action workflows found in .github/workflows
directory.
yarn build && yarn deploy