Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasheyenbrock/fill-a-pix
https://github.com/thomasheyenbrock/fill-a-pix
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasheyenbrock/fill-a-pix
- Owner: thomasheyenbrock
- Created: 2018-08-06T08:42:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T11:23:11.000Z (5 months ago)
- Last Synced: 2024-10-28T19:51:25.501Z (about 2 months ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fill-a-pix
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```