Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 609 Bytes

Curriculum

Setup

1. Clone the (garageScript/curriculum) repository locally

2. To install all of the dependencies, run yarn in the root curriculum directory

Solve an Exercise

1. Pick an exercise that you would like to work on

2. Create a new branch for the exercise solution

3. Edit and save the solution file (e.g. vim curriculum/js1/1.js)

4. Test your solution using the appropriate script in ../tests

For example, to test your solution to curriculum/js1/1.js, run the following command:

yarn run test curriculum/js1/tests/1.js