Fix start command in Readme, Add testing command to README #9

Merged
Ishadijcks merged 2 commits from typo/start-command into main 2022-07-07 16:00:02 +00:00

View file

@ -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
```