Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2023/05/24
update : 2023/06/25
Astro 2 + Cloudflare D1 app , todo, plan, er-chart, task-list
- todo : todo app, markdown input
- plan : schedule input
- er-chart : mermaid.js use, Er Chart create
- task-list: project, task List add
-
KV (option)
- todo
- plan
- er-chart
- .env
- PUBLIC_API_URL, PUBLIC_API_KEY
- (Option) PUBLIC_KV_URL, PUBLIC_KV_KEY
- auth info: PUBLIC_BASIC_AUTH_USER, PUBLIC_BASIC_AUTH_PASSWORD
PUBLIC_SYSTEM_NAME = "hoge_system"
PUBLIC_BASIC_AUTH_USER = "hoge"
PUBLIC_BASIC_AUTH_PASSWORD = "1111"
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"
PUBLIC_KV_URL=https://hoge.com
PUBLIC_KV_KEY=""
- (option) mail send setting, .env
# 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 = "from@test.com"
npm i
#start-dev
yarn dev
# build
yarn build
-
start
https://zenn.dev/knaka0209/books/b5e25eac05b2c5