pockethost/docs/full-stack.md

665 B

Running in dev mode

Note for OS X users: if pocketbase does not run, it's probably your security settings.

Prerequisites

brew install caddy

Then:

git clone git@github.com:benallfree/pockethost.git
cd pockethost
yarn
cp .env-template .env # modify as needed, if you used `pockethost.test` for your local domain, everything should work

yarn dev
open https://pockethost.test
open https://pockethost-central.pockethost.test
  # login: admin@pockethost.test (change in .env)
  # password: admin@pockethost.test (change in .env)