forked from profectus/Profectus
Merge pull request #9 from Ishadijcks/typo/start-command
Fix start command in Readme, Add testing command to README
This commit is contained in:
commit
5400775fc1
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@ npm install
|
|||
|
||||
### Hosts dev server and hot-reloads modules as they're changed
|
||||
```
|
||||
npm starts
|
||||
npm start
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
@ -30,3 +30,8 @@ npm run preview
|
|||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Runs the tests using vite-jest
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue