Development Setup
Clone the repository
bash
git clone https://github.com/rodrgds/openpost.git
cd openpostFrontend
bash
cd frontend
bun install
bun run devFrontend dev server: http://localhost:5173
Backend
bash
cd ../backend
cp .env.example .env
go run ./cmd/openpostBackend server: http://localhost:8080
Docs site
From the repo root:
bash
bun run sync:assets
cd docs-site
bun install
bun run docs:devDocs site: http://localhost:4174