Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 491 Bytes

unblank

kindred game jam #6

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm-spa@beta elm

running locally

elm-spa server  # starts this app at http:/localhost:1234

other commands

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)