This repository stores the codebase for the website of the event JEEC at Instituto Superior Técnico.
Production: this environment is deployed from the branch master
which is protected.
Staging website: this environment is deployed from the branch staging
and is triggered by any commit to this branch.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report