legacy WECE website
Static HTML, CSS, and js static site bundled with Webpack
First, start the app:
npm run start
To see live changes, run watch:
npm run watch
First build the app:
npm run predeploy
Then deploy to the gh-pages
branch:
npm run deploy
The site on CPanel (not deployed anymore) is served out of master.
Make a pull request from gh-pages --> master
to see live changes on wece.ece.illinois.edu. (Not anymore)