No description
  • TypeScript 96.9%
  • JavaScript 2.1%
  • CSS 1%
Find a file
maamokun/MikanDev f78f11fac0 fix: types
2025-02-08 01:43:05 +09:00
app fix: types 2025-02-08 01:43:05 +09:00
types add: embed settings 2024-10-29 20:38:46 +09:00
.gitignore feat: sider is amazing wtf 2025-02-08 01:40:34 +09:00
.tool-versions feat: formatting 2025-02-07 23:51:29 +09:00
auth.ts feat: the auth config 2025-01-03 00:08:45 +09:00
biome.json add: Cloudflare bindings 2024-10-20 02:04:08 +09:00
bun.lockb fix: vulnerable next version 2025-02-08 00:42:42 +09:00
cfImgLoader.ts fix again (i hope this works) 2024-10-20 12:06:35 +09:00
components.json feat: boilerplate auth & components 2024-10-20 01:51:58 +09:00
middleware.ts add: App Authentication 2024-11-21 17:27:36 +09:00
next.config.mjs better image loader 2024-10-20 11:56:54 +09:00
package.json fix: vulnerable next version 2025-02-08 00:42:42 +09:00
postcss.config.mjs feat: boilerplate auth & components 2024-10-20 01:51:58 +09:00
README.md Initial commit from Create Next App 2024-10-16 11:36:44 +09:00
tailwind.config.ts feat: poggers landing page 2024-10-20 15:39:15 +09:00
tsconfig.json feat: formatting 2025-02-07 23:51:29 +09:00
wrangler.toml chore: update Cloudflare dependencies 2025-01-03 02:52:28 +09: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.