No description
Find a file
2026-02-05 14:55:48 +01:00
public sync 2026-01-23 01:35:40 +01:00
src fix: date fix on mobile 2026-02-05 14:55:48 +01:00
.dockerignore Initial commit 2026-01-11 13:19:28 +00:00
.gitignore ported auth to cookie, aaaaaaa 2026-01-15 16:02:21 +01:00
.npmrc npm this time! 2026-01-19 20:05:54 +01:00
.prettierrc Initial commit 2026-01-11 13:19:28 +00:00
bun.lock upgrade ui 2026-02-03 18:07:01 +01:00
compose.staging.yaml finally the db wont nuke itself! 2026-01-28 00:11:50 +01:00
compose.yaml finally the db wont nuke itself! 2026-01-28 00:11:50 +01:00
deploy.sh im so done 2026-01-19 20:14:53 +01:00
deploy_staging.sh im so done 2026-01-19 20:14:53 +01:00
Dockerfile docker fix 4 2026-01-27 18:09:45 +01:00
drizzle.config.ts lock with npm, replace bunx 2026-02-03 14:36:52 +01:00
next.config.ts ported auth to cookie, aaaaaaa 2026-01-15 16:02:21 +01:00
package-lock.json lock with npm, replace bunx 2026-02-03 14:36:52 +01:00
package.json upgrade ui 2026-02-03 18:07:01 +01:00
README.md Initial commit 2026-01-11 13:19:28 +00:00
template.env.local Initial commit 2026-01-11 13:19:28 +00:00
tsconfig.json new data fetching strategy 2026-01-14 17:46:25 +01: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 pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.