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

https://github.com/debdut/testflight.live

Test Flight For All Your Apps
https://github.com/debdut/testflight.live

Last synced: 8 months ago
JSON representation

Test Flight For All Your Apps

Awesome Lists containing this project

README

          

# testflight.live

> _Test Flight for all your Apps_

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test
```