https://github.com/aleccool213/denoflare-blog-post
https://github.com/aleccool213/denoflare-blog-post
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleccool213/denoflare-blog-post
- Owner: aleccool213
- Created: 2021-12-30T18:17:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T22:34:20.000Z (over 4 years ago)
- Last Synced: 2025-02-27T23:13:11.504Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denoflare blog post demo
## Installation
- Install deno using asdf: `asdf plugin add deno && deno install`
- [Install velociraptor](https://velociraptor.run/docs/installation/#installation) to be able to run scripts
- [Install Denoflare CLI](https://denoflare.dev/cli/)
## Commands
- Serve the worker with:
```bash
vr denoflare serve a-b-test-local
```
- Publish the worker with:
```bash
vr denoflare push a-b-test-local
```