For detailed instructions for how to set up the components in local environments (elixir
, ruby
), see
the corresponding README.md files in ./assistant and ./anystyle.
For development with Docker, see the following section
Docker
anddocker-compose
Run
$ docker-compose up
Then visit localhost:4000
Or to see the logs separately, start the containers separately
$ docker-compose up anystyle
$ docker-compose up assistant
$ docker-compose run --entrypoint "mix test" assistant
$ docker-compose build assistant && docker-compose push assistant
$ docker-compose build anystyle && docker-compose push anystyle