Location at schedule.xml is found with the room tag meanwhile the category is used with the track tag.
Sojourner conference companion PWA
- Node 8.x
Download node dependencies:
npm install
Start the local development server:
npm run start
Launch style check:
npm run lint
Launch unit / integration tests (deps must be running):
npm run test
Launch end-to-end tests (deps and local server must be running):
npm run test-e2e
All of the above tests are automatically executed by Travis after every commit.
Static application can be generated into dist/ directory using:
npm run build
To deploy it to github pages, run:
npm run deploy