- Fork and clone this repository to your
Development
folder.-
git clone git@github.com:<your_username>/JS-Iteration-Methods-Part3.git
-
- Install all the requirements:
- Navigate to the project root (you'll find a file called
package.json
there). - Install the requirements with the following command:
npm install
- Run the tests
npm test
- This command will run the testing file and test your code to make sure it has all the required features.
- You know you're done when your code passes all the tests!
- Go to the Actions tab and make sure to enable the github actions!
- Navigate to the project root (you'll find a file called