Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 576 Bytes

unofficial mfers 🎧⌨️🚬

unofficialmfers.com is built using Gatsby, a NodeJS-based static site generator.

feel free to target pull requests to the dev branch, mfers

run locally

  1. install dependencies: npm install
  2. run local dev server: npm run start

branches

  • 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 before main for pre-production QA!