Merge pull request #9 from Ishadijcks/typo/start-command

Fix start command in Readme, Add testing command to README
This commit is contained in:
Anthony Lawn 2022-07-07 11:00:02 -05:00 committed by GitHub
commit 5400775fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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