Skip to content

CastDev-j/spoon-project

Repository files navigation

Spoon Project

Setup

cp .env.template .env
bun install

Development

bun run dev

Database Setup

Generate drizzle client

bunx drizzle-kit generate

Apply Migrations

# Local database
bunx wrangler d1 migrations apply spoon_project --local

# Remote database
bunx wrangler d1 migrations apply spoon_project --remote

Documentation

Spoon Project Documentation

Releases

No releases published

Packages

 
 
 

Contributors