Files
lovely/README.md
2022-04-04 22:07:42 -05:00

11 lines
304 B
Markdown

# lovely
![Lovely Project Banner](./public/Lovely-Banner.jpg)
A small project I made to play around with 2d canvases, motion blur effects and trying out canvas APIs for the first time.
## Setup, Development and Production
- Setup: `npm install`
- Development: `npm run serve`
- Build: `npm run build`