No description
Find a file
Snowy c109cb9022
All checks were successful
/ deploy (push) Successful in 8m49s
Refactor FilterMissing to boolean
2026-01-19 22:12:54 +08:00
.devcontainer Update devcontainer 2025-09-15 11:54:11 +08:00
.forgejo/workflows Only run deploy on main branch 2025-09-06 18:49:38 +08:00
app Refactor FilterMissing to boolean 2026-01-19 22:12:54 +08:00
prisma Added Labels :) 2025-10-25 18:33:50 +08:00
shared Properly fix timezone :) 2025-12-11 00:28:31 +08:00
worker Fix worker for invalid files... 2025-09-29 14:10:30 +08:00
.gitignore Optimize Dockerfile :) 2025-08-26 01:39:07 +08:00
Dockerfile Add shared folder to Dockerfile 2025-09-06 19:57:21 +08:00
eslint.config.mjs Disable no explicit any 2025-08-29 16:43:45 +08:00
next.config.ts Added album filter 2025-08-29 19:21:01 +08:00
package.json Add throttle to MapFrame 2025-10-02 16:02:40 +08:00
pnpm-lock.yaml Add throttle to MapFrame 2025-10-02 16:02:40 +08:00
postcss.config.mjs Initial commit :) 2025-08-24 17:46:51 +08:00
README.md Initial commit :) 2025-08-24 17:46:51 +08:00
tsconfig.json Adding worker :) 2025-08-25 02:59:00 +08: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.