Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucacasonato/tcq2


https://github.com/lucacasonato/tcq2

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

# tcq

Queue management for TC39

## Setup

Create GitHub Oauth app and create a .env file with the following:

```
GITHUB_CLIENT_ID=...
GITHUB_CLIENT_SECRET=...
```

Then start the server:

```
$ deno task start
```