Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 233 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 233 Bytes

Getting started

Check your Node and npm versions

This project was built with Node v16.18.0 and npm v8.19.2.

node -v
npm -v

Install dependencies

npm install

Start the project

npm start