https://github.com/cozycoder-dev/cozycoder
Your cozy space for coding with AI
https://github.com/cozycoder-dev/cozycoder
ai claude docker llm local-first mistral rust
Last synced: over 1 year ago
JSON representation
Your cozy space for coding with AI
- Host: GitHub
- URL: https://github.com/cozycoder-dev/cozycoder
- Owner: cozycoder-dev
- License: apache-2.0
- Created: 2024-09-14T07:08:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T05:07:58.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:22:29.799Z (over 1 year ago)
- Topics: ai, claude, docker, llm, local-first, mistral, rust
- Language: Rust
- Homepage: https://cozycoder.dev
- Size: 1.02 MB
- Stars: 5
- 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
- [mise](https://mise.jdx.dev)
## Usage
Setup local environment:
```bash
mise install
```
Run application in development mode:
```bash
mise run dev:app
```
Run daemon in development mode:
```bash
mise run dev:daemon
```