Welcome to the Robotix Club 2024 Website project! Follow the steps below to set up and run the application locally.
To be able to push your changes to github you must have the repo access that you cloned, in this case its your forked repo.
git clone {Forked Repo Link}
To run the website locally, you'll need to install the necessary dependencies for both the client and server. Use the following commands:
cd ./Shaurya_2024
npm i
To run the website locally, you'll need to install the necessary dependencies. Use the following commands:
npm run dev
Default: Your website will be running locally on http://localhost:5173