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.
- Host: GitHub
- URL: https://github.com/sleepingkingstudios/incunabulum
- Owner: sleepingkingstudios
- Created: 2021-12-31T13:22:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T05:15:48.000Z (6 months ago)
- Last Synced: 2026-01-14T09:10:30.359Z (6 months ago)
- Language: Ruby
- Size: 652 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```