https://github.com/sleepingkingstudios/sleepingkingstudios.github.io
GitHub Pages for Sleeping King Studios
https://github.com/sleepingkingstudios/sleepingkingstudios.github.io
Last synced: 6 months ago
JSON representation
GitHub Pages for Sleeping King Studios
- Host: GitHub
- URL: https://github.com/sleepingkingstudios/sleepingkingstudios.github.io
- Owner: sleepingkingstudios
- Created: 2015-03-06T21:41:37.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T04:28:39.000Z (6 months ago)
- Last Synced: 2026-01-02T14:39:04.238Z (6 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sleepingkingstudios.github.io
GitHub Pages for Sleeping King Studios
## Local Development
### Setup
```
bundle install # Install Ruby gems.
```
### Running A Server
```
# Run a local server on port 4000.
jekyll serve --watch
```