Skip to content

Latest commit

 

History

History

frontend

This is a Next.js project bootstrapped with create-next-app. It uses TypeScript, the Next.js App Router, and is intended for static export.

Prerequisites

For local development, this project requires:

  • Node.js 22+ and npm 10+ installed.
  • Dependencies installed with npm install (or equivalent on other package managers).
  • Transcripts: You can use the existing ones in the repo or create your own.
  • The Typesense search server running locally: See the server readme for instructions.

Getting Started

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to view the homepage.

Build

To generate static files for hosting, run:

npm run build

Deploy to Amazon S3

Prerequisites:

npm run deploy

Next.js resources

To learn more about Next.js, take a look at the following: