This repo is the static website for ECE Day 2024, built in Next.js.
Install yarn v1.22.19
and node v18.10.0
. If you are running into issues with later steps,
confirm your versions match by running yarn -v
and node -v
.
Install Prettier (esbenp.prettier-vscode
) under Extensions. We follow the Airbnb style guideline
for JavaScript code and this extension will automatically format on save for you.
Run yarn
to install all node_modules
.
Run yarn dev
to run locally on your machine.
Run yarn build
to bundle and minify all code.
Run yarn start
to run a production-ready copy of your website locally.