Skip to content

OpenLabsHackerspace/oscal-webapp

Repository files navigation

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