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

https://github.com/kanziw/deno-template


https://github.com/kanziw/deno-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# deno-template

## Prerequisites

First, install
[asdf](https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies)
on your way.

```shell
$ asdf plugin add deno
$ asdf install
```

## Run

See [deno.jsonc](./deno.jsonc)

```shell
$ deno task dev
```