Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 860 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 860 Bytes

space-junker

This is a port of Space Junker written as an experiment using Elm.

Technology used:

  • Elm (self-contained, runs in the browser)
  • WebGL (provides 3D graphics)
  • Webpack (provides build / bundling / dev server)

Installation

Requires npm

$ git clone https://github.com/seanpile/space-junker
$ cd space-junker

# Install all dependencies
$ npm install

# Install Elm packages
$ ./node_modules/.bin/elm-package install

# Start dev server
$ npm start

# Page is available at http://localhost:8080/index.html

Meta

Sean Dawson – @seanpiled

Distributed under the MIT license. See LICENSE for more information.

https://github.com/seanpile