cd "path-to-cloned-repo/server"- Run the command to start server and you can specify a port by using '-p' option and static server port by '-sport':
bb -m app -p 2525 -sport 5001- Open new window in your browser and enter the url http://localhost:5001 to run UI.
If you want to compile the frontend from scratch, you can use the command in terminal from repo root dir:
bb create-static You can also find a WebSocket implementation in another branch: https://github.com/Stansom/secrets/tree/ws