Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 706 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 706 Bytes

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