TRPG Support App for Call of Cthulfu. URL: iaia.app
$ npm i$ npm start- Access http://localhost:8080/
| Action | Command |
|---|---|
| Start Dev | $ npm start or $ npm run serve |
| Unit Test | $ npm test:unit |
| E2E Test | $ npm test:e2e |
| Build | $ npm run Build |
| Deploy |
$ firebase deploy |
| Directory | Puropose |
|---|---|
/src |
Source files |
/dist |
Deploy files (ignored) |
/design |
Design files |
/public |
Static files |