Skip to content

AISocietyIITJ/raid_website_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAID Website Frontend

Rules

  • 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.

Installation

  1. Clone this repository using
git clone https://github.com/AISocietyIITJ/raid_website_frontend.git
  1. Navigate in the raid_website_frontend folder
cd raid_website_frontend
  1. Run the following command to install node packages
npm install

Usage

  1. 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.

Available Scripts

npm start

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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.