Skip to content

CarlosMela/snowblind

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.7%