Open Jeremy-Glover opened 9 years ago
It looks like when you ran npm install
you may have forgotten to add the --save-dev
flag so that it updated package.json
with your dependencies. So right now I can't run your app on my local machine since broccoli won't install with the standard start up process for projects.
@rtablada I ran npm install --save dev for the broccoli packages, and pushed package.json, so maybe it will all work now. Let me know if I need to do anything else to get it to work.
Make it Tick
console.log
the current time on page load.console.log
the current time every second.console.log
the percentage of a minute that the current seconds represents (e.g., if 30 seconds have elapsed,console.log
0.5)console.log
an RGB color that is based on the current time every second.