# kit1_22app
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2023/06/01
update : 2023/07/22
SvelteKit + Cloudflare D1, app sample, todo, plan, er-chart, task
https://github.com/kuc-arc-f/d1-project8git
npm install
PUBLIC_SYSTEM_NAME = "systemName"
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"
PUBLIC_KV_URL=https://hoge.com
PUBLIC_KV_KEY=""
# MAIL
PUBLIC_SMTP_HOST = "test.com"
PUBLIC_SMTP_PORT = 465
PUBLIC_SMTP_SECURE = true
PUBLIC_SMTP_AUTH_USER = "hoge"
PUBLIC_SMTP_AUTH_PASS = ""
PUBLIC_FROM_MAIL_ADDRESS = "[email protected]"
yarn dev
yarn build
https://zenn.dev/knaka0209/books/a7dd4a9b5b636f