Skip to content

instedd/aida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71621e5 · Oct 4, 2018
May 21, 2018
Jan 29, 2018
Jul 5, 2018
Oct 4, 2018
Aug 30, 2018
Oct 4, 2018
Dec 28, 2017
Nov 10, 2017
Dec 28, 2017
Nov 14, 2017
Jan 3, 2018
Jan 3, 2018
Aug 8, 2018
Jan 4, 2018
Aug 29, 2018
Sep 10, 2018
Jun 22, 2018
Jun 22, 2018
Jan 3, 2018
Dec 12, 2017

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