Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 309 Bytes

Color Plus

Simple color game written with Flux, React and Sass.

Instructions

  • Init: npm install
  • Develop: npm run dev
  • Compile: npm run compile
  • Compile for production: npm run compile-prod
  • Deploy to gh-pages: npm run build-site