We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb4aff commit 0c709bcCopy full SHA for 0c709bc
1 file changed
README.md
@@ -3,9 +3,10 @@
3
Install
4
---
5
Install the latest [NodeJS](https://nodejs.org/) then run these commands
6
-```
+```sh
7
npm install && npm run build
8
-npm serve
+# Then start your development session
9
+npm start
10
```
11
12
0 commit comments