Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/kv-town
https://github.com/hashrock/kv-town
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashrock/kv-town
- Owner: hashrock
- License: mit
- Created: 2023-05-05T19:06:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T05:36:44.000Z (9 months ago)
- Last Synced: 2024-07-24T01:03:17.691Z (6 months ago)
- Language: TypeScript
- Size: 3.01 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KV Town
wip
## 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
```