https://github.com/damianlion/blimpify
https://github.com/damianlion/blimpify
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damianlion/blimpify
- Owner: DamianLion
- License: mit
- Created: 2019-05-02T21:28:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:54:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T23:18:21.508Z (8 months ago)
- Language: TypeScript
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- 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
```