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

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

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`