Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 944 Bytes

readme.md

File metadata and controls

26 lines (14 loc) · 944 Bytes

Netlify Status

Requirements

  • Node 8+ (lts/carbon)
  • Yarn

Setup

  • 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, run export FONTAWESOME_TOKEN=<token>.

  • Run yarn to install dependencies and yarn dev to start the dev server.

Deploy

  • 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.

Browser support

  • We only intend to support "evergreen" browsers (Chrome, Firefox, Safari and Edge). Full list is in our .browserslistrc file.