Skip to content

Frontend App Setup

The frontend uses Next to create the app.

Installation Requirements

See the Getting Started instructions for details about installing node.

Build Setup

# serve with hot reload at localhost:3000
pnpm dev

If you want to see how the app will behave in production, build and run it:

# build for production (this will take a while)
pnpm build
# runs the site in prod mode using the generated pages from the build-frontend step
pnpm start
Authors: Blade Barringer (81.25%), ldeluigi (18.75%)