https://github.com/nickredmark/libraryb
The Game~B library: https://libraryb.now.sh
https://github.com/nickredmark/libraryb
Last synced: about 1 year ago
JSON representation
The Game~B library: https://libraryb.now.sh
- Host: GitHub
- URL: https://github.com/nickredmark/libraryb
- Owner: nickredmark
- Created: 2020-06-25T08:26:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T18:33:59.000Z (about 5 years ago)
- Last Synced: 2025-05-04T18:18:23.881Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://libraryb.now.sh
- Size: 59.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game~B Library
This is the code for [https://www.gameblibrary.com](www.gameblibrary.com).
## Setup
```
npm run bootstrap
```
Adapt `.env` file if necessary.
## Development
```
npm run dev
```
## Production
```
npm run build
npm start
```