Project set up instructions
Dheeraj6778 opened this issue · 2 comments
Dheeraj6778 commented
Can anyone document the project set-up instructions so that it will help beginners like me to set the project up on local machine.
seanprashad commented
👋🏽 This is something I can help with but for now, you can:
- Clone this repository to your local machine: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
- Ensure your version of Node.js is
v14.17.3 - Run
npm installfrom within the root directory of this project - Run
npm startto build and locally launch the website, available at http://localhost:3000/leetcode-patterns
Dheeraj6778 commented
Thanks! It's working now