https://github.com/theobiabo/potatoe-squeezy
Support open-source contributors, think Buy me a coffee meets Github sponsorship
https://github.com/theobiabo/potatoe-squeezy
github opensource solana stellar stellar-network
Last synced: about 5 hours ago
JSON representation
Support open-source contributors, think Buy me a coffee meets Github sponsorship
- Host: GitHub
- URL: https://github.com/theobiabo/potatoe-squeezy
- Owner: theobiabo
- License: mit
- Created: 2024-12-22T16:00:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-11T14:48:33.000Z (27 days ago)
- Last Synced: 2026-06-18T07:38:16.306Z (20 days ago)
- Topics: github, opensource, solana, stellar, stellar-network
- Language: TypeScript
- Homepage: https://potatosqueezy.xyz/
- Size: 6.07 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Monorepo
This repository is configured as a workspace monorepo.
Workspace layout:
- `apps/*`
- `libs/*`
- `program`
Common commands from repo root:
- `bun run dev` (starts all apps in parallel)
- `bun run start` (starts all apps in parallel)
- `bun run dev:server`
- `bun run dev:web`
- `bun run start:server`
- `bun run start:bot`
- `bun run build:web`
- `bun run build:extension`
- `bun run format`