An open API service indexing awesome lists of open source software.

https://github.com/aleccool213/denoflare-blog-post


https://github.com/aleccool213/denoflare-blog-post

Last synced: 28 days ago
JSON representation

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
```