A version of the Jacobs Alumni Website, but in NextJS.
To setup all dependencies locally, you need yarn. Once it is setup, run:
yarn installTo start a development server, run:
yarn devThis will compile pages on demand and automatically reload.
To build a set of static pages to be served by a static server, run:
yarn buildTo deploy this site to GitHub pages, use:
yarn deployThis is also done by every commit onto the main branch on GitHub.