Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) · 851 Bytes

Contribution Guide

Environment

  • Deno >= v1.9.2
  • Vercel
  • GitHub API v4

Local Run

Create .env file to project root directory, and write your GitHub token to the .env file. Please select the authority of repo when creating token.

GITHUB_TOKEN1=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
GITHUB_TOKEN2=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# if using GitHub Enterprise:
# (this env var defaults to https://api.github.com/graphql)
GITHUB_API=https://github.example.com/api/graphql

Run local server.

deno task start

Open localhost from your browser.

http://localhost:8080/?username=ryo-ma

Editor config

Read the .editorconfig

Run deno lint

If you want to contribute to my project, you should check the lint with the following command.

deno lint --unstable