Skip to content

hashrock/kv-notepad

Repository files navigation

Classic memo pad

Development

To develop locally, you must create a GitHub OAuth application and set the following environment variables in a .env file:

GITHUB_CLIENT_ID=...
GITHUB_CLIENT_SECRET=...

You can create a GitHub OAuth application at https://github.com/settings/applications/new. Set the callback URL to http://localhost:8000/auth/oauth2callback.

You can then start the local development server:

deno task start