Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 516 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 516 Bytes

kit1_27chat_pub

Version: 0.9.1

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2023/07/30

update : 2023/08/07


Summary

SvelteKit + Cloudflare D1, chat app sample


API Server

https://github.com/kuc-arc-f/d1-project7chat


Setup

npm install

  • .env, set
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"

Start server

  • start :
yarn dev

build

yarn build

Blog: