Web application for co-translation of technical texts – documentations, articles, etc.
Now you can start your development activity very easy:
docker-compose up
But make simple preparing before:
-
Install Docker with compose feature.
-
Fill all needed environment variables from
.env.sample
to.env
:cp .env.sample .env # Update `.env` in your favorite editor
-
Now you can
docker-compose up
it! If this is your first app booting, you need to create database and run migrations:# Your compose must be running docker-compose exec app mix do ecto.create, ecto.migrate
Now you can visit localhost:4000
from your browser.
Getting start with technologies we are using:
- Elixir – https://elixir-lang.org/getting-started/introduction.html
- Phoenix – https://hexdocs.pm/phoenix
- Elm – http://elm-lang.org/docs
We use an awesome icon as logo and favicon created by Vladimir Belochkin. We express our gratitude to the author and the Noun Project.