An open API service indexing awesome lists of open source software.

https://github.com/artcom/eppsa-ips-evaluation-frontend


https://github.com/artcom/eppsa-ips-evaluation-frontend

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Indoor positioning systems evaluation frontend

Frontend for setting up and running indoor positioning systems evaluation experiments.

## Usage

- Create a ```.config.json``` file based on the ```.config.example.json``` file

- build:

```bash
npm install
npm run build
```

this will put the build in ```public``` from where the frontend can be served

## Tests

```bash
npm test
```