To run this project locally,
- Install the code files and open a new git bash terminal. Use the
cd
command to change your directory to the project folder. - Now, run the command
npm install
to install all the node modules. - Then use the
npm run dev
command to launch the project in your browser.