Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 919 Bytes

README.md

File metadata and controls

49 lines (25 loc) · 919 Bytes

Sojourner Web

Build Status

Location at schedule.xml is found with the room tag meanwhile the category is used with the track tag.

Sojourner conference companion PWA

Requirements

  • Node 8.x

Build

Download node dependencies:

npm install

Run

Start the local development server:

npm run start

Test

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.

Deploy

Static application can be generated into dist/ directory using:

npm run build

To deploy it to github pages, run:

npm run deploy