Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 491 Bytes

OrbitDevs Game

  • version: 0.1.0

Requirements: [Node, React, Redux, WebPack, Ava]

Notes

This game is been created based on a game-kit created by FormidableLabs

Developer Setup

Installation

  1. Install latest node version npm i npm@latest
  2. Positioned on the repo's root, then run npm install
  3. Run npm start to run the server on localhost:8080/
  4. Build using npm run build
  5. You're good to code now.