This commit is contained in:
Peter Maquiran
2021-07-20 12:30:52 +01:00
parent a46474e0aa
commit f73070ff4a
13 changed files with 109 additions and 12 deletions
+8
View File
@@ -40,6 +40,14 @@ ionic serve build --prod
npm run test
```
## Deploy in local network[.](#run-test)
```bash
ionic build --prod
npm run dev:share
```
## Contributing
For major changes, please open an issue first to discuss what you would like to change.