https://github.com/kuc-arc-f/astro3_4cf
Astro 3 + D1 + Cloudflare pages + tailwindcss + React, sample
https://github.com/kuc-arc-f/astro3_4cf
astro cloudflare-pages react tailwindcss
Last synced: 27 days ago
JSON representation
Astro 3 + D1 + Cloudflare pages + tailwindcss + React, sample
- Host: GitHub
- URL: https://github.com/kuc-arc-f/astro3_4cf
- Owner: kuc-arc-f
- Created: 2023-09-03T06:47:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T23:50:02.000Z (over 1 year ago)
- Last Synced: 2025-03-23T20:51:16.899Z (about 1 month ago)
- Topics: astro, cloudflare-pages, react, tailwindcss
- Language: CSS
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astro3_4cf
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2023/09/03
update : 2023/09/08
***
### SummaryAstro 3 + D1 + Cloudflare pages + tailwindcss , sample
***
### API Serverhttps://github.com/kuc-arc-f/d1-project8git
***
### setup
* .env```
PUBLIC_SYSTEM_NAME = "AStro3_4"PUBLIC_CRYPTO_KEY="123"
PUBLIC_USER_ID=100
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="123"
```***
### Start```
npm i#start-dev
yarn dev
```***
### blog***