Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 619 Bytes

A.I.D.A. (Artificially Intelligent Digital Assistant)

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 or mix 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