https://github.com/ryan-haskell/unblank
My game submission for Kindred Community Jam #6
https://github.com/ryan-haskell/unblank
Last synced: 14 days ago
JSON representation
My game submission for Kindred Community Jam #6
- Host: GitHub
- URL: https://github.com/ryan-haskell/unblank
- Owner: ryan-haskell
- Created: 2021-04-03T19:23:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T20:46:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T19:55:44.086Z (17 days ago)
- Language: Elm
- Homepage: https://rhg-dev.itch.io/unblank
- Size: 26 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unblank
> [kindred game jam #6](https://itch.io/jam/kindred-community-jam-6)## dependencies
This project requires the latest LTS version of [Node.js](https://nodejs.org/)
```bash
npm install -g elm-spa@beta elm
```## running locally
```bash
elm-spa server # starts this app at http:/localhost:1234
```### other commands
```bash
elm-spa add # add a new page to the application
elm-spa build # production build
elm-spa watch # runs build as you code (without the server)
```