Welcome to the Rutgers IEEE website! If you have any concerns regarding functionality, improvements to suggest, or glaring bugs to yell at me about, post them here.
If you would like to test out this website locally, do the following:
-
Make sure you have Node.js installed. You can download that here.
-
Open up a terminal, and install Gulp:
npm install -g gulp
-
Clone the repository using
git clone https://github.com/rutgers/RutgersIEEE-Website.git
. -
Go into the directory:
cd RutgersIEEE-Website
-
Run
npm install
to install all the package dependencies. You may have to runsudo npm install
if you are on Linux or Mac. -
Run
gulp
. This will automatically lint your JavaScript files, concatenate and minify all your JavaScript and CSS files, and move those assets to./dist
. This also starts a local server so you can access the page onlocalhost:8080
in your browser. -
To clean the project, run
gulp clean
.
- Add E-Board member pictures.
- Add page for project team blogs.