https://github.com/damianlion/blimpify
https://github.com/damianlion/blimpify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damianlion/blimpify
- Owner: DamianLion
- License: mit
- Created: 2019-05-02T21:28:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:54:56.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:41:42.177Z (5 months ago)
- Language: TypeScript
- Size: 3.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blimpify
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```