Your cozy space for coding with AI.
- Elixir 1.17
- Erlang 27
- Docker compose
- Docker compose: Install Docker Desktop
- Elixir and Erlang:
-
Recommended: Use
mise
with the provided.mise.toml
file:mise install
-
Alternatively, follow the official Elixir installation guide
-
-
Clone the repository:
git clone https://github.com/yourusername/cozy-coder.git cd cozy-coder
-
Launch Postgres:
docker compose up -d
-
Install dependencies:
mix setup
-
Start the Phoenix server:
mix phx.server
Or inside IEx:
iex -S mix phx.server
-
Visit
localhost:4000
in your browser.