This is the repository for the frontend code of Garage@EEE's website, built using React.
To get started running this locally, follow the steps below:
- Clone the repo
- Install all dependencies needed using
npm install - Run the development building with
npm run start - Website should be running on
localhost:3000