Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dario-piotrowicz/cf-pages-functions-dir-example
https://github.com/dario-piotrowicz/cf-pages-functions-dir-example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dario-piotrowicz/cf-pages-functions-dir-example
- Owner: dario-piotrowicz
- Created: 2023-12-19T10:07:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T10:08:41.000Z (11 months ago)
- Last Synced: 2024-04-18T06:19:58.551Z (7 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Pages Functions dir example
Install the dependencies with:
```sh
npm i
```Serve the page locally with:
```sh
npm run dev
```Deploy with:
```sh
npm run deploy
```Build the actual functions output with:
```sh
npm run functions:build
```