Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/preview-cfpages
https://github.com/njzjz/preview-cfpages
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/njzjz/preview-cfpages
- Owner: njzjz
- Created: 2021-04-28T00:50:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T04:42:04.000Z (over 1 year ago)
- Last Synced: 2023-08-06T05:04:40.647Z (over 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preview CloudFlare Pages
1. Install the package.
```sh
yarn add -D @njzjz/preview-cfpages
```2. Set environment `CLOUDFLARE_PAGES_DIST_DIR`.
3. Add scripts to `package.json`.
```json
"postinstall": "preview-cfpages preview",
"cfpages:build": "npm build build",
```