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

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

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
```