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
- Host: GitHub
- URL: https://github.com/chrisdothtml/deno-playground
- Owner: chrisdothtml
- Created: 2018-12-19T07:51:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T02:27:30.000Z (over 7 years ago)
- Last Synced: 2025-03-23T16:43:30.399Z (over 1 year ago)
- Topics: deno, makefile
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```