- Node 8+ (lts/carbon)
- Yarn
-
Run
cp .env.example .envand fill in the required variables. -
You will also need to have a global
FONTAWESOME_TOKENenv variable set to access fontawsomes npm registry, runexport FONTAWESOME_TOKEN=<token>. -
Run
yarnto install dependencies andyarn devto start the dev server.
-
The site is hosted on Netlify.
-
We are using continous deployment so the
masterbranch will be deployed on every commit. All pull requests are deployed as draft previews with a unique URL.
- We only intend to support "evergreen" browsers (Chrome, Firefox, Safari and Edge). Full list is in our .browserslistrc file.