Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/sveltekit-tailwind-pages
SvelteKit app styled with Tailwind for deployment to Cloudflare pages
https://github.com/parente/sveltekit-tailwind-pages
Last synced: 1 day ago
JSON representation
SvelteKit app styled with Tailwind for deployment to Cloudflare pages
- Host: GitHub
- URL: https://github.com/parente/sveltekit-tailwind-pages
- Owner: parente
- Created: 2022-03-12T05:06:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T05:41:24.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T11:08:33.668Z (about 2 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sveltekit-tailwind-pages
SvelteKit app styled with Tailwind for deployment to Cloudflare pages
## Local
```bash
npm install
npm run dev # or
wrangler pages dev -- npm run dev # or
npm run preview
```## Pages Setup
Must be done with click ops on the Cloudflare dashboard
- Create a Pages project
- Choose the GitHub repository
- Choose SvelteKit as the app framework
- Enable fast builds
- Set `NODE_VERSION=16` as a build environment variable
- Enable preview branch protection with Cloudflare Access
- Optionally configure production branch protection with Cloudflare Access
- Optionally configure Cloudflare KV and Durable objects