This is the frontend for the Eyra Benchmark Platform.
- node (at least version 8)
- yarn (
npm install -g yarn
)
Clone this repository, from the cloned directory install dependencies using yarn install
.
Then, start a development server using yarn start
. It should start running on http://localhost:3000
.
Run yarn build
.
First yarn build
, then run yarn start:production
.
By default the backend running at https://api.staging.eyrabenchmark.net/api/v1/
is used. This can be changed by setting the environmental variable
EYRA_BACKEND_URL
.