Skip to content

EYRA-Benchmark/eyra-frontend

Repository files navigation

Build Status

This is the frontend for the Eyra Benchmark Platform.

Development

Requirements:

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

Build

Run yarn build.

Run production

First yarn build, then run yarn start:production.

Configuration

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.