🥇Get started
Welcome to the internal documentation section. This chapter is for developers working in Twake team or wanting to participate in the project.
Before to start
Run the backend (+ database)
Run the frontend
export default {
env_dev: true,
front_root_url: 'http://localhost:3001',
api_root_url: 'http://localhost:3000',
websocket_url: 'ws://localhost:3000'
};Test and start develop
Propose an improvement to be merged
Last updated