Fix README, add banner

This commit is contained in:
Xevion
2022-04-04 22:07:42 -05:00
parent 5d5cd53c51
commit 0bf932ec40

View File

@@ -1,24 +1,11 @@
# lovely
## Project setup
```
npm install
```
![Lovely Project Banner](./public/Lovely-Banner.jpg)
### Compiles and hot-reloads for development
```
npm run serve
```
A small project I made to play around with 2d canvases, motion blur effects and trying out canvas APIs for the first time.
### Compiles and minifies for production
```
npm run build
```
## Setup, Development and Production
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
- Setup: `npm install`
- Development: `npm run serve`
- Build: `npm run build`