This site is built using GatsbyJS, a static code generator using React & GraphQL. It is deployed on Netlify and the domain is coming from Cloudflare. Dependencies are kept up to date using the excellent Renovate Bot.
It uses yarn to manage dependencies, so getting started should be easy:
# Install deps
$ yarn
# Start the development server
$ yarn run develop
# Build production
$ yarn run build
- Create a branch from
main
for the change with a meaningful name - Make the required change, test locally, then commit
- Create a pull request, which triggers tests, static code analysis and a deploy preview on Netlify.