seanprashad/leetcode-patterns

Project set up instructions

Dheeraj6778 opened this issue · 2 comments

Can anyone document the project set-up instructions so that it will help beginners like me to set the project up on local machine.

👋🏽 This is something I can help with but for now, you can:

  1. Clone this repository to your local machine: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
  2. Ensure your version of Node.js is v14.17.3
  3. Run npm install from within the root directory of this project
  4. Run npm start to build and locally launch the website, available at http://localhost:3000/leetcode-patterns

Thanks! It's working now