/www

Our website

Primary LanguageJavaScript

Netlify Status

Setup

Requirements

  • Node 8+
  • 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 ($ 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.