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