Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ worker/**/*.js.map
# crush
.crush/

# worktrees
.worktrees/

# secrets
*.pem

# reference files
reference
container/Dockerfile.backup
public/*.jsonl
docs/plans/

# fallback frontend assets for local go builds (real assets are built in docker)
# keep the dummy index.html but ignore anything else that gets copied here
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Catnip is a web service that automates git worktree creation and runs in a conta

## ⚡ Quick Start

### Mobile App

Our iOS native interface is currently in beta. You can join the [TestFlight group](https://testflight.apple.com/join/dm8GahU7) to try the app today. The app will help you configure an existing GitHub repository with catnip as described below. Once setup you can fire up claude code on the go! Please share any bug reports or feedback.

### Github Codespaces / Devcontainers

You can add Catnip to a `.devcontainer/devcontainer.json` in an existing GitHub repository. This gives you complete control over the environment that claude operates in. If you don't have a devcontainer config, add the following to your repo's github url: `/new/main?dev_container_template=1&filename=.devcontainer%2Fdevcontainer.json` to create one. Just add the catnip feature and ensure the port is forwarded:
Expand Down
5 changes: 0 additions & 5 deletions catnip-mobile/.env.local.example

This file was deleted.

36 changes: 0 additions & 36 deletions catnip-mobile/.gitignore

This file was deleted.

456 changes: 0 additions & 456 deletions catnip-mobile/.validate-build/+not-found.html

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading