A fast, high-density issue tracker designed for small teams that manage multiple projects simultaneously.
Website
·
MIT license
Raak is created with Cella as its template.
- You need node and pnpm v11. Check with
node -v. Install Node 24.x. (ie. using Volta). - You need Docker running for the database.
- Use git over ssh.
git clone git@github.com:cellajs/raak.git && cd raakpnpm install && pnpm docker && pnpm seed && pnpm dev