danny-yamamoto / my-portfolio-hono-ts

Welcome to my portfolio.

Home Page:https://my-portfolio-hono-ts.yamamoto-daisuke.workers.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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