SiAdcock / snowblind

An adventure game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowblind

Build Status Coverage Status

An open source adventure game built with universal JavaScript, React + Redux

Build assets (necessary for first run)

NODE_ENV=production npm run build

In Windows set the variable before executing the command

set NODE_ENV=production
npm run build

Run in production mode

NODE_ENV=production npm start

In Windows

set NODE_ENV=production
npm start

Run in developer mode

gulp

About

An adventure game


Languages

Language:JavaScript 98.3%Language:CSS 1.7%