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

https://github.com/hannasdev/timing-2


https://github.com/hannasdev/timing-2

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Timing

## Documentation

Detailed documentation can be found in the styleguide. Run `npm run styleguide:build` to build it.

## How to start

| Command | What it does |
| :------------------------- | :----------------------------------- |
| `npm run start` | Start application in dev mode |
| `npm run dev` | Start application in dev mode |
| `npm run build` | Build application for production |
| `npm run test` | Run test runner (Jest) |
| `npm run test:watch` | Run test runner (Jest) in watch mode |
| `npm run test:coverage` | Run test runner (Jest) coverage |
| `npm run lint` | Run linter (ESlint) |
| `npm run styleguide` | Run styleguidist server (dev) |
| `npm run styleguide:build` | Run styleguidist for production |