Skip to content

WIP: Feature/core beta 0.10

Jean-Baptiste Pasquier requested to merge feature/core-beta-0.10 into release/core-0.10

Hubl beta for core@0.10 using git submodules for hubl components. Do not merge.

Reactive store workarounds and notification workarounds are disabled.

Contains the whole bleeding edge version of Hubl & components.

For local use:

git clone https://git.startinblox.com/applications/hubl.git
cd hubl
git checkout feature/core-beta-0.10
echo '{"xmpp":"https://jabber.happy-dev.fr/http-bind/","authority":"https://api.test3.startinblox.com/","authorityName":"test3","clientName":"Hubl - Test 3","clientLogo":"https://cdn.startinblox.com/logos/startinblox.png","publicDirectory":true,"endpoints":{"get":{"circles":"https://api.test3.startinblox.com/circles/","dashboards":"https://api.test3.startinblox.com/dashboards/","projects":"https://api.test3.startinblox.com/projects/","groups":"https://api.test3.startinblox.com/groups/","joboffers":"https://api.test3.startinblox.com/job-offers/","users":"https://api.test3.startinblox.com/users/","skills":"https://api.test3.startinblox.com/skills/","uploads":"https://api.test3.startinblox.com/upload/"},"post":{"circles":"https://api.test3.startinblox.com/circles/","dashboards":"https://api.test3.startinblox.com/dashboards/","projects":"https://api.test3.startinblox.com/projects/","groups":"https://api.test3.startinblox.com/groups/","joboffers":"https://api.test3.startinblox.com/job-offers/","users":"https://api.test3.startinblox.com/users/","skills":"https://api.test3.startinblox.com/skills/","uploads":"https://api.test3.startinblox.com/upload/"}},"analytics":[{"type":"matomo","url":"https://matomo.startinblox.com/","id":"2"}]}' > config.json
git submodule init
git submodule update
npm i
npm run watch

App will be on port 3000.

Edited by Jean-Baptiste Pasquier

Merge request reports