- Though open source, this project is only for the RAID frontend team.
- Please do not create a PR unless assigned an issue.
- After making a PR, request for review.
- Clone this repository using
git clone https://github.com/AISocietyIITJ/raid_website_frontend.git
- Navigate in the
raid_website_frontend
folder
cd raid_website_frontend
- Run the following command to install node packages
npm install
- Run the following command to start the development server
npm start
This should open up http://localhost:3000 on your default web-browser with the website running.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the
best performance.