Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damianlion/blimpify
https://github.com/damianlion/blimpify
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damianlion/blimpify
- Owner: DamianLion
- License: mit
- Created: 2019-05-02T21:28:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:54:56.000Z (about 2 years ago)
- Last Synced: 2024-10-28T11:22:21.935Z (2 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
```