Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Latest commit

History

History
25 lines (18 loc) 路 638 Bytes

File metadata and controls

25 lines (18 loc) 路 638 Bytes

K2

A Nuxt starter kit powered by Bun, Turborepo, TRPC and Drizzle.



Getting Started

bunx nuxi init -t gh:romhml/k2 my-app

To start the development server, create a .env file from env.example, update configuration values and run:

bun drizzle push:sqlite
bun -b dev