SAE stands for the Society of Automotive Engineers. NIT Kurukshetra (my college) has two teams; Team Accelerons and Team Nitrox, both registered under SAE India.
This website is currently under development and thus no direct link is available for the website. Though you can see the 'under-Dev' look of this website by following the steps given below.
- Fork this repository to your GitHub account using the fork icon on top-right corner.
- Clone this repository to your System. There are two ways to do that :
i. Using Git Bash, run this command on git terminalgit clone git@github.com:ptechofficial/sae-website.git
ii. Or directly downloading the code from GitHub website. - *Note: You should have npm install in your machine
- At the location where those files were downlaoded, open Command Prompt or Terminal and run
npm i
. This will install all the required modules for the project. - After the system is done downloading the modules, run command
npm start
, This will open the project in your browser.