# Website

The website is a "single page app" written in react.

# Pre-reqs

## 1. Installation

Build the static react files:
```
$ yarn install
```

## 2. Env

Copy the `.env` file from the `Server_Keys/local/webapps/website` folder to the `/path/to/website` on your local machine.

The env file contains the api address and api key used by the website, and these values are baked into the webpack output files.


## 3. Start Development Service

```
$ SKIP_PREFLIGHT_CHECK=true yarn start
```

This should trigger the website to load instantly in the browser. If not, it should be available at `http://localhost:3000`
