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
- Host: GitHub
- URL: https://github.com/debdut/testflight.live
- Owner: Debdut
- Created: 2020-08-20T21:03:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T14:53:41.000Z (over 5 years ago)
- Last Synced: 2025-01-13T13:51:19.245Z (over 1 year ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```