GuidelineX
- Open VS Code.
- Open a new terminal.
- Run the following command in the terminal to clone the repository
git clone https://github.com/KevithMannage/Devthon.git
- To start the frontend
cd frontendnpm install
npm run dev
- To start the backend
(open new terminal)
cd backendnpm install
npm run start