Skip to content

danny-yamamoto/my-portfolio-hono-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Hono🔥

Development

npm install
npm run dev
open http://localhost:8788

Deployment

npm run deploy

D1

export DATABASE_NAME="portfolio"
wrangler d1 create $DATABASE_NAME
wrangler d1 execute $DATABASE_NAME --local --file=./schema.sql
wrangler d1 execute $DATABASE_NAME --local --command='SELECT * FROM experience'

Reference