An open API service indexing awesome lists of open source software.

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

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
```