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

https://github.com/sleepingkingstudios/incunabulum

A repository of game design and development.
https://github.com/sleepingkingstudios/incunabulum

Last synced: 6 months ago
JSON representation

A repository of game design and development.

Awesome Lists containing this project

README

          

# Incunabulum

A repository of game design and development.

## Local Development

### Setup

```
bundle install # Install Ruby gems.
```

### Running A Server

```
# Run a local server on port 4000.
jekyll serve --watch
```