Web Analytics

akira

⭐ 134 stars Korean by sachigoyal

Akira

Next.js, Tailwind CSS, 그리고 shadcn/ui로 구축된 현대적인 SaaS 스타터 키트입니다. 인증, 결제, 데이터베이스, 이메일 — 모두 미리 구성되어 있어 설정을 건너뛰고 바로 개발을 시작할 수 있습니다.

Akira

스택

시작하기

# Install dependencies
bun install

Set up environment variables

cp .env.example .env

Run database migrations

bunx drizzle-kit push

Start the dev server

bun dev

프로젝트 구조

src/
├── app/          # Next.js App Router pages and API routes
├── components/   # React components (UI, auth, email templates)
├── db/           # Drizzle schema and migrations
└── lib/          # Auth config, utilities

License

MIT

--- Tranlated By Open Ai Tx | Last indexed: 2026-04-30 ---