mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-14 04:30:11 +00:00
PocketHost Development
PocketHost is designed to run full stack on your local development machine.
Getting started
git clone git@github.com:benallfree/pockethost.git
cd pockethost
bun i
bun run dev:dashboard # Dashboard site only, talks to pockethost.io
bun run dev:cli # Everything, talks to pockethost.lvh.me
Just the Frontend
If you're only doing frontend development, it is much easier to point these at the production PocketHost backend instead of trying to run a local backend.
All Our Base
You can run the complete PocketHost stack locally. A simple bun run dev:cli
will fire up:
https://pockethost.lvh.me
- Marketing/bloghttps://app.pockethost.lvh.me
- Dashboard (app)https://mothership.pockethost.lvh.me
- Mothership backendhttps://*.pockethost.lvh.me
- Instance worker
Prerequisites
brew install caddy