No description
  • TypeScript 77.9%
  • Dockerfile 8.5%
  • CSS 7.4%
  • JavaScript 5.8%
  • Makefile 0.4%
Find a file
Nathan Price 8a304abcae
All checks were successful
CI / format (push) Successful in 2m21s
CI / lint (push) Successful in 2m31s
CI / build (push) Successful in 2m39s
bulk update
2026-06-13 15:03:36 -04:00
.forgejo chore: move renovate config 2026-05-22 17:47:35 -04:00
.vscode reformat 2026-03-03 21:15:49 -05:00
public bump 2025-08-08 17:22:44 -04:00
src reformat 2026-03-03 21:15:49 -05:00
.dockerignore reformat 2026-03-03 21:15:49 -05:00
.editorconfig update formatting preferences and prettier config content 2026-06-13 14:50:53 -04:00
.gitignore reformat 2026-03-03 21:15:49 -05:00
.prettierignore chore: format renovate.json + revert eslint to 9.x (#14) 2026-05-05 01:29:52 +00:00
components.json reformat 2026-03-03 21:15:49 -05:00
compose.yaml reformat 2026-03-03 21:15:49 -05:00
Dockerfile chore: redesign Dockerfile and CI workflow from athena-archive (#28) 2026-05-21 05:57:15 +00:00
eslint.config.mjs eslint 10 config workaround 2026-06-13 14:33:26 -04:00
Makefile update formatting preferences and prettier config content 2026-06-13 14:50:53 -04:00
next.config.ts reformat 2026-03-03 21:15:49 -05:00
package.json bulk update 2026-06-13 15:03:36 -04:00
pnpm-lock.yaml bulk update 2026-06-13 15:03:36 -04:00
pnpm-workspace.yaml update formatting preferences and prettier config content 2026-06-13 14:50:53 -04:00
postcss.config.mjs reformat 2026-03-03 21:15:49 -05:00
prettier.config.mjs update formatting preferences and prettier config content 2026-06-13 14:50:53 -04:00
README.md Initial commit from Create Next App 2025-04-03 21:10:45 -04:00
tsconfig.json chore: update tsconfig paths and remove baseUrl 2026-05-22 17:54:33 -04:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.