From 0bf932ec405629ef4e81711524a79625eee896d6 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 4 Apr 2022 22:07:42 -0500 Subject: [PATCH] Fix README, add banner --- README.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index eb8636e..d57a5aa 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file