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

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

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