Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cozycoder-app/cozycoder
Your cozy space for coding with AI
https://github.com/cozycoder-app/cozycoder
ai commercial-open-source gleam llama local-first tauri
Last synced: 3 months ago
JSON representation
Your cozy space for coding with AI
- Host: GitHub
- URL: https://github.com/cozycoder-app/cozycoder
- Owner: cozycoder-app
- License: other
- Created: 2024-09-14T07:08:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T05:45:50.000Z (3 months ago)
- Last Synced: 2024-10-16T12:19:11.008Z (3 months ago)
- Topics: ai, commercial-open-source, gleam, llama, local-first, tauri
- Language: Gleam
- Homepage: https://cozycoder.app
- Size: 969 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cozy Coder
Your cozy space for coding with AI.
## Prerequisites
* Elixir 1.17
* Erlang 27
* Docker compose### Installation
* Docker compose: [Install Docker Desktop](https://www.docker.com/products/docker-desktop/)
* Elixir and Erlang:
* Recommended: Use [`mise`](https://mise.jdx.dev) with the provided
`.mise.toml` file:```sh
mise install
```* Alternatively, follow the [official Elixir installation guide](https://elixir-lang.org/install.html)
## Usage
1. Clone the repository:
```sh
git clone https://github.com/yourusername/cozy-coder.git
cd cozy-coder
```2. Launch Postgres:
```sh
docker compose up -d
```3. Install dependencies:
```sh
mix setup
```4. Start the Phoenix server:
```sh
mix phx.server
```Or inside IEx:
```sh
iex -S mix phx.server
```5. Visit [`localhost:4000`](http://localhost:4000) in your browser.