Frontend for payments (donations/subscriptions) https://payments.mikandev.com/
  • TypeScript 97.3%
  • JavaScript 2.5%
  • CSS 0.2%
Find a file
maamokun 2a2b043ef2
Merge pull request #2 from mikndotdev/imgbot
[ImgBot] Optimize images
2025-01-30 21:50:46 +09:00
app Merge pull request #2 from mikndotdev/imgbot 2025-01-30 21:50:46 +09:00
public add: robots.txt 2024-06-18 22:33:33 +09:00
types feat: Cloudflare Compatibility 2024-10-21 10:11:53 +09:00
.gitignore init: SST 2024-09-22 22:10:18 +09:00
.tool-versions fix: no latest 2025-01-28 08:50:51 +09:00
auth.ts formatting 2024-10-21 10:26:43 +09:00
biome.json formatting 2024-10-21 10:26:43 +09:00
bun.lockb feat: analytics 2025-01-28 23:39:45 +09:00
bunfig.toml add: styles, packages and auth stack 2024-06-18 13:34:06 +09:00
loader.ts formatting 2024-10-21 10:26:43 +09:00
next.config.js feat: Cloudflare Compatibility 2024-10-21 10:11:53 +09:00
package.json feat: analytics 2025-01-28 23:39:45 +09:00
polar.ts feat: Embedded checkouts 2025-01-28 16:04:10 +09:00
postcss.config.mjs add: acc banner 2024-06-18 15:50:45 +09:00
README.md Initial commit from Create Next App 2024-06-18 10:49:21 +09:00
renovate.json add: better subscription handling 2024-08-13 13:10:42 +09:00
tailwind.config.ts feat: Embedded checkouts 2025-01-28 16:04:10 +09:00
tsconfig.json fix: deps 2025-01-28 09:08:38 +09:00
wrangler.toml feat: Cloudflare Compatibility 2024-10-21 10:11:53 +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 Inter, a custom Google Font.

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.