Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 968 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 968 Bytes

Deep traffic

A gamified simulation of typical highway traffic.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/smorzhov/deep_traffic.git this repository
  • cd deep_traffic
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember electron:test
  • ember electron:test --server

Further Reading / Useful Links