Allows to configure all the roles of a Tracim workspace in one place through a wizzard
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install
npm run start-static-mockapi
Api will listen to port 3001 by default. You can change the port by editing GLOBAL_PORT variable in api/server.js Dont forget to edit the apiPath html attribute of where you want to insert the workspace manager
npm run servdev
then open http://localhost:8082
npm run build
open /dist/index.html in a browser