Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 987 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 987 Bytes

JS Sunrise Adventure for Cloud Four Folks

This repository is a combination of two things:

How To Use

At some point, I hope to have this npm-packaged so you can install it globally using npm install --global. For the time being as it is under construction, you'll want to do the following:

  1. clone the repository
  2. read the lesson material on github (it's easier to navigate that way)
  3. run the interactive exercises

NOTE: Until this is a globally-installed module, you will need to run the interactive workshop slightly differently than the documentation within the workshop describes. Instead of js-sunrise you'll need to use node js-sunrise.js.

For example, js-sunrise verify solution.js would be node js-sunrise.js verify solution.js