This is the Next.js application that supports my website. You can find it deployed at
www.sather.ws.
You can run this locally by:
-
Install Dependencies
pnpm install
-
Start Next.js Development Server
pnpm dev
You can run Vitest unit tests by:
pnpm testThe Vitest configuration can be found here.
You can run BiomeJS linter and formatter:
pnpm lintor you can automatically fix the lint and format issues by:
pnpm lint:fixThe BiomeJS configuration can be found here.
To create a production build, you can:
-
Install Dependencies
pnpm install
-
Build the Next.js Development application
pnpm build
-
Start the Next.js Development application
pnpm start