Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 766 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 766 Bytes

Most Discussed Issues

A small server rendered website that displays the most discussed issues of a repository.

Visit https://issues.deno.dev for a live version.

Deploy

Instructions to deploy the application on your Deno Deploy account.

TODO(@satyarohith): add deploy instructions.

Run Offline

You can run the application on your local machine using deployctl.

GITHUB_TOKEN=<token> deployctl run --libs=ns,fetchevent https://raw.githubusercontent.com/denoland/deploy_examples/main/issues/mod.js

Create a personal access token at https://github.com/settings/tokens without any scopes and set the value for the variable.