https://github.com/dsacms/open
https://github.com/dsacms/open
open
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsacms/open
- Owner: DSACMS
- License: other
- Created: 2023-06-06T16:35:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T19:33:19.000Z (8 months ago)
- Last Synced: 2025-11-07T21:20:11.010Z (8 months ago)
- Topics: open
- Language: JavaScript
- Homepage: https://dsacms.github.io/open/
- Size: 13.1 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 29
-
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)