Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 591 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 591 Bytes

jacobs-alumni.de

A version of the Jacobs Alumni Website, but in NextJS.

Setup

To setup all dependencies locally, you need yarn. Once it is setup, run:

yarn install

Development

To start a development server, run:

yarn dev

This will compile pages on demand and automatically reload.

Deployment

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.