Follow these steps to get the project running.
Ensure you have Node.js installed in your machine. Download Node.js at https://nodejs.org/en/download
- Clone the repository
git clone https://github.com/BuzzOffer/E-Gringotts-Frontend.git - Open the repository with your editor
- Open the terminal and install dependencies
npm ci
npm run dev