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 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:49:18.000Z (over 4 years ago)
- Last Synced: 2025-04-09T20:46:43.696Z (about 1 year ago)
- Topics: canvas, css, firebase, firebase-database, javascript, painting, scss
- Language: SCSS
- Homepage: https://picassopaint.netlify.com
- Size: 1.61 MB
- Stars: 2
- Watchers: 1
- 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/).