Skip to content

voc/sojourner-web

 
 

Repository files navigation

Sojourner Web

Netlify Status

Sojourner conference companion PWA

Requirements

  • Node 8.x

Build

Download node dependencies:

npm install

Run

Start the local development server:

npm run dev

Test

Launch style check:

npm run lint

Launch unit / integration tests:

npm run test

Launch end-to-end tests (local server must be running):

npm run test-e2e

Deploy

Static application can be generated into dist/ directory using:

npm run build

You can test it locally by running:

npm run start

The deployment happens automatically to Netlify, nothing specific to do.

Note: use annotated tags to make them visible on About page.

Miscellaneous

Handling images

Resize PNGs using Tiny PNG: https://tinypng.com/ This could be done with GIMP, but unfortunately it doesn't preserve transparency when converting PNGs to indexed mode.

Schedule

CORS

To configure storage to allow CORS, see cors configuration in documentation.

About

FOSDEM conference companion PWA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • Vue 47.8%
  • HTML 2.0%
  • Other 1.3%