diff --git a/README.md b/README.md index e3d09d7..40ee9eb 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ Node.js is required. ```bash npm i ``` + 2. Start the dev server: ``` npm run serve ``` The site will be availible on http://localhost:8080/ + 3. Use this command to build: ``` npm run build