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
Showing only changes of commit 43fa50baee - Show all commits

View file

@ -30,3 +30,8 @@ npm run preview
```
npm run lint
```
### Runs the tests using vite-jest
```
npm run test
```