Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.08 KB

File metadata and controls

31 lines (26 loc) · 1.08 KB

Circle CI Stories in Ready

inhumane-cards

A Cards Against Humanity clone

Frontend Technologies

  • React
  • Some kind of Flux framework, undecided which one
  • Possibly immutable.js (I'd like to use immutable data as much as possible - where it makes sense)
  • WebSockets
  • WebRTC (maybe - there's no iPhone support, so it's lower priority)
  • Radium (for CSS)
  • Babel (transpiling)
  • jspm (package management)

Testing

TDD

mocha test/spec --recursive --watch

Integration Tests

foreman start
mocha test/spec --recursive

Environment Variables

We recommmend running a local server instance with foreman which simply uses a .env file in the root directory to specificy environmental variables.

Required

  • REDIS_URL=redis://username:password@hostname:port