unofficialmfers.com is built using Gatsby, a NodeJS-based static site generator.
feel free to target pull requests to the dev
branch, mfers
- install dependencies:
npm install
- run local dev server:
npm run start
main
: hooked up to the production deployment - any commits on this branch get deployed to production!dev
: hooked up to a preview deployment. new features can be merged here beforemain
for pre-production QA!