Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertene1994/drawing-web
Web application for collaborative drawing.
https://github.com/robertene1994/drawing-web
collaborative collaborative-drawing drawing
Last synced: 2 months ago
JSON representation
Web application for collaborative drawing.
- Host: GitHub
- URL: https://github.com/robertene1994/drawing-web
- Owner: robertene1994
- License: mit
- Created: 2020-10-30T01:31:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T15:50:50.000Z (about 4 years ago)
- Last Synced: 2023-10-20T10:39:53.741Z (over 1 year ago)
- Topics: collaborative, collaborative-drawing, drawing
- Language: JavaScript
- Homepage: https://drawing-web.herokuapp.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Drawing
### Web application for collaborative drawing built with JavaScript, HTML and CSS. It can be accessed at [Drawing](https://drawing-web.herokuapp.com).
#### DevOps (CI/CD) ☁
[![DevOps (CD)]()](https://github.com/robertene1994/drawing-web/actions?query=workflow%3A%22DevOps+%28CD%29%22)
#### Continuous Deployment 🚀
![Heroku](https://heroku-badge.herokuapp.com/?app=drawing-web)
## Installation 🔧
To install this application you can use [npm](https://www.npmjs.com/), the [Node](https://nodejs.org/)'s package manager.
```bash
npm install --save
```## Scripts 📜
### `npm start`
Runs the app in the production mode.
Open [http://localhost:4200](http://localhost:4200) to view it in the browser.### `npm run start:dev`
Runs the app in the development mode.
Open [http://localhost:4200](http://localhost:4200) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## License 🔑
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)