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

https://github.com/gu-stav/saucelabs-developer-challenge

Saucelabs developer challenge
https://github.com/gu-stav/saucelabs-developer-challenge

Last synced: 3 months ago
JSON representation

Saucelabs developer challenge

Awesome Lists containing this project

README

        

# Saucelabs developer challenge

## Setup

`npm install`

## Development

`npm run watch` will run the application on http://localhost:3000/ and automatically reload after you made changes.

### Code standards

`npm run lint` will lint the code. Prettier is already included, therefore running `npm run lint -- --fix` will fix all possible occurences, according to `.eslintrc`.

## Run

`npm run serve` will run the application on http://localhost:3000/.