Skip to content

instedd/aida

Repository files navigation

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