Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 639 Bytes

ECE USC Website

Hosted live here!

Basics

This is a react app, with some attempt at preserving previous

Run Locally

git clone [email protected]:eceusc/eceusc.ucsd.edu.git
cd eceusc.ucsd.edu/
npm install
npm start

Wait for it to compile and run, then go to http://localhost:3000 !

Deploying

Whatever is on the master branch of the original repo will appear on http://eceusc.ucsd.edu.

This is done with using GitHub's webhook API and some custom scripts - we'll eventually open source this so other orgs at UCSD can have a similar setup.