Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsacms/open
https://github.com/dsacms/open
open
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsacms/open
- Owner: DSACMS
- License: other
- Created: 2023-06-06T16:35:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:20:37.000Z (3 months ago)
- Last Synced: 2024-08-15T21:47:39.309Z (3 months ago)
- Topics: open
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
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)