Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dario-piotrowicz/cf-pages-_worker.js-dir-example
https://github.com/dario-piotrowicz/cf-pages-_worker.js-dir-example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dario-piotrowicz/cf-pages-_worker.js-dir-example
- Owner: dario-piotrowicz
- Created: 2024-03-11T10:16:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T10:17:51.000Z (8 months ago)
- Last Synced: 2024-04-18T06:19:59.842Z (7 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Pages _worker.js dir example
Install the dependencies with:
```sh
npm i
```Serve the page locally with:
```sh
npm run dev
```Deploy with:
```sh
npm run deploy
```