Update dev guide

This commit is contained in:
Piotr Rogowski 2022-10-30 17:09:26 +01:00
parent 84bbb40e25
commit deadff9648
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 6 additions and 0 deletions

View File

@ -42,4 +42,10 @@ npm install
# run development server
npm start
# lint code
npm run lint
# production build
npm run build
```