Development site: http://development.ieeebruins.com
Production site: https://ieeebruins.com
Clone repo: git clone https://github.com/UCLA-IEEE/ieeebruins.com.git
Download Node
Change into the directory and run npm install
to install this project's dependencies
Download MAMP
Run MAMP, go to Preferences > Web Server and change the root directory
to point to this repo.
Start the MAMP servers and visit localhost:88888
(Mac) or
localhost
(Windows) to view the website.
Run make deploy-development
and input the password to the server
Deployment is now handled automatically by Deployinator
Just pushing to the master branch of this repo triggers a deployment.