Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dsacms/open


https://github.com/dsacms/open

open

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# DSAC Open Source Website

## Setup

[Create a GitHub personal access token][pat] (both "classic" or "fine-grained"
OK; any token will do, don't grant it any permissions). Create a `.env` file
containing the following:

```
GITHUB_TOKEN=[token_here]
```

Then run:

```
npm install
npm start
```

[pat]: (https://github.com/settings/tokens)