To start AIDA:
- Setup the development environment with
./dev-setup.sh
- Start the server
docker-compose up
Now you can visit ui.aida.lvh.me
from your browser.
Before creating a commit, make sure to:
- run
mix format $file
ormix format "lib/**/*.{ex,exs}" "test/**/*.{ex,exs}"
to mantain coding style and conventions. - run
./pre-commit.sh
to ensure every check will pass in travis.
For Websocket specific docs, go to docs/websocket.md