- Download/Clone Files
- Download Node.js from here
- Open Command Prompt or PowerShell and navigate to the folder
- Run
npm i
in the console and wait for the installation to complete- Run
node .
in the console
- Go to the commands folder
- Make a file with the name of the command (Only js files work)
- Make sure to follow the pattern I used in the other commands.
- Code Whatever you want till your heart's content.