- Run
pnpm install
in the root of this repo. - Create a new GitHub Personal Access Token.
- Create
.env.local
file containing the token you just created. See.env.example
for an example. - Run
pnpm run dev
andpnpm run relay -w
in two separate terminals. - Open the URL logged in the first terminal and the app appears.
This example can be deployed to Cloudflare Workers.
- Add your
account_id
inwrangler.toml
. - Run
pnpx wrangler publish
.