Open up your terminal.
Make sure node and npm are working. Run the following commands:
node --version
It should display version 16.x (or 18.x).
npx --version
Any version means it is installed.
Note: npm and npx are installed by Node.js
If these are not installed install the latest version of node.
https://github.com/CUNYTechPrep/guides#development-environment-setup
- Clone this repo
- Navigate to the location where this repo was cloned in your terminal/command line
- Once your in the folder, type
npm install
- Now, run
npm start