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

https://github.com/peterdee/opensky-test-frontend

Frontend for the OpenSky test task
https://github.com/peterdee/opensky-test-frontend

Last synced: over 1 year ago
JSON representation

Frontend for the OpenSky test task

Awesome Lists containing this project

README

          

## opensky-test-frontend

Frontend for the [OpenSky](https://opensky-network.org/apidoc/rest.html) test project.

DEV: http://localhost:3000

STAGE: https://opensky-api-test.herokuapp.com

### Deploy

```shell script
git clone https://github.com/peterdee/opensky-test-frontend
cd ./opensky-test-frontend
nvm use 12.16.2
npm i -g yarn
yarn install
```

### Environemnt

You can provide the `.env` file for the environment variables.

See the [`.env.example`](.env.example) for details.

### Launch

```shell script
yarn dev
```

### Build

```shell script
yarn build
```

### Heroku

The `stage` branch is automatically deployed to Heroku.