Setup Instructions
- Fork or clone the repo
- Install Node.js if not done so already at the following link: https://nodejs.org/en/download
- Open the project directory in any code editor
- Open the terminal and navigate to the project directory if it is not done so already
- Then, to install all dependencies run "npm install"
- Then, run “npm run dev” to start the development web server
- Frontend is ready!