mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-06-10 11:16:48 +00:00
796 B
796 B
Contributing
Requirements
Setup
mise install
pnpm install
Development
pnpm run dev
Make sure docker/colima is running. This starts redis, the rust backend, the web client, and the CLI. The app is at localhost:3000.
Tests
End-to-end tests with Playwright.
pnpm run test:prepare
pnpm run test:local
Release
-
Update version across packages:
./version.mjs <semver> -
Create and push the tag:
git tag v<semver> git push --tags
The CI workflow publishes the CLI to npm and the Docker image to Docker Hub automatically.