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

https://github.com/chrisdothtml/deno-playground

Testing the waters of deno
https://github.com/chrisdothtml/deno-playground

deno makefile

Last synced: 2 months ago
JSON representation

Testing the waters of deno

Awesome Lists containing this project

README

          

# deno-playground

> Testing the waters of [deno](https://github.com/denoland/deno)

## Try it out

### 1. [Install deno](https://github.com/denoland/deno/tree/22874d44a65ed670735fb0d7f6bc8de45f13620a#install)

### 2. Set local env vars (optional)

```sh
cp dotenv .env
```

### 3. Run the server

```sh
make server
```

## Run tests

```sh
make tests
```