- 
Navigate to the directory of the project repository you cloned
 - 
Install Node.js 16+ , npm 7+
 
- Run 
node --versionandnpm --versionto check what versions of each you are currently running. - See https://nodejs.org/en/download for instructions on how to install node & npm. I'd recommend using the 
nvm(node version manager) option 
- 
Run
npm installto install vite and other prerequisite modules to run this - 
Run
npm run devto run the app. It will output a localhost URL that you can use to navigate to it.