From 98fe07162aa8d8b04b0b61e62d096f58d0dd212b Mon Sep 17 00:00:00 2001 From: Markus Schober Date: Tue, 8 Sep 2020 22:30:56 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 78cdd94..807ef04 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Rocket is a simple HTML Boilerplate with the following things preinstalled: ## Get started 1. Since this Repo is a [Github Template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/) just click the "Use this template"-Button or click on [this link](https://github.com/maxxscho/rocket/generate). This will create a new Repo for you, based on this template. -2. Clone you newly created Repo +2. Clone your newly created Repo 3. run `npm install` 4. Compile your assets with `npm run dev` or with hot-reloading `npm run watch`. This will create a new folder `public` with your CSS and JS files