How to code JavaScript challenges locally

Hi, I am new here. I’d like to code specific challenges in the JavaScript Algorithms and Data Structures (Beta) track but would like to do this in my local machine (VS Code). What are the more specific instructions to do this without forking the entire FCC curriculum? Also, would it be possible to fork the code for specific challenges from the JS track?

You can code the certificate projects locally and then paste the code into the freeCodeCamp editor and submit them online.

For the other challenges, if you want to run the tests, you have to clone the repo down and run it locally. Also, you can’t complete them locally, because you have to be signed in for it to save your submissions to your account.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.