From 4b001913138ca364bef1f0ad995a9745de23e67c Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Thu, 21 Jul 2022 01:24:22 +0200 Subject: [PATCH] Add project and lint/format commands description --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d90610e..9a9fe6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Nuxt 3 Minimal Starter +# spotifyplaylistarchive.com -Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more. +This is the official website of [spotify-playlist-archive](https://github.com/mackorone/spotify-playlist-archive) project by [mackorone](https://github.com/mackorone). ## Setup @@ -39,4 +39,18 @@ Locally preview production build: npm run preview ``` -Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information. +Manually lint code and fix errors: + +```bash +npm run lint -- --fix +``` + +Manually format code: + +```bash +npm run prettier-format +``` + +## License + +MIT