To work on the project checkout the develop
branch.
Do not forget to install dependencies : npm install
To have a local live version use : npm run dev
To build use : npm run generate
To manage the lifecycle of this website, there is a configuration.js
in assets
- Go to : https://conference-hall.io/organizer/event/${ID}/edit/integrations. Replace ID by the event ID. The ID can be found on the URL after choosing the right event on conferenceHall
- Activate HTTP API
- Copy the API KEY
- Run
API_KEYS=${API_KEYS_FROM_CH} node tools/conferenceHallJsonExtractor.js
- Run
node tools/prePlanningBuilder.js
- The file
planning.json
is created. Now you need to fill it with times and rooms. - Times and rooms are array of int. You can find the correspondence in
times.json
androoms.json
files