Web application for co-translation of technical texts – documentations, articles, etc.
To start your Docdog server:
- Fill all environment variables from
.env.sample
to.env
and move it to OS environment bysource .env
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install frontend dependencies with
cd assets && yarn install
- Start Phoenix endpoint with
mix phx.server
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