- Node 8+ (lts/carbon)
- Yarn
-
Run
cp .env.example .env
and fill in the required variables. -
You will also need to have a global
FONTAWESOME_TOKEN
env variable set to access fontawsomes npm registry, runexport FONTAWESOME_TOKEN=<token>
. -
Run
yarn
to install dependencies andyarn dev
to start the dev server.
-
The site is hosted on Netlify.
-
We are using continous deployment so the
master
branch 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.