Skip to content

Commit

Permalink
Finish testing
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenca committed Jul 21, 2017
1 parent 1e20d2e commit 9bccd66
Show file tree
Hide file tree
Showing 17 changed files with 4,438 additions and 1,785 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"presets": ["es2015"],
"plugins": ["transform-async-to-generator"]
"presets": ["es2015", "stage-0"],
"plugins": ["transform-async-to-generator", ["transform-runtime", {
"polyfill": false,
"regenerator": true
}]]
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Traffic Stop Lights Simulation
Simply open the `index.html` on a Chrome browser.

# Install
`$ npm install`

# Run in command line
`$ npm start`

# Run website
`$ npm run web`

# Run tests
`$ npm test`
Loading

0 comments on commit 9bccd66

Please sign in to comment.