Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 664 Bytes

Lumo Example

mandlebrot-screenshot

Dependencies

  • Go programming language binaries with the GOPATH environment variable specified.
  • NodeJS JavaScript runtime.
  • gulp build toolkit (npm install gulp -g).

Development

Clone the repository:

mkdir $GOPATH/src/github.com/unchartedsoftware
cd $GOPATH/src/github.com/unchartedsoftware
git clone [email protected]:unchartedsoftware/lumo-example.git

Install dependencies

npm install

Run the build, watch, and server:

gulp