Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenekezene/picasso
This is a repository to paint things, using a canvas.
https://github.com/zenekezene/picasso
canvas css firebase firebase-database javascript painting scss
Last synced: about 1 month ago
JSON representation
This is a repository to paint things, using a canvas.
- Host: GitHub
- URL: https://github.com/zenekezene/picasso
- Owner: ZenekeZene
- Created: 2019-07-29T18:12:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:49:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T20:18:39.127Z (3 months ago)
- Topics: canvas, css, firebase, firebase-database, javascript, painting, scss
- Language: SCSS
- Homepage: https://picassopaint.netlify.com
- Size: 1.61 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picasso
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).