Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 687 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 687 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_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Run local server.

deno run --allow-net --allow-read --allow-env debug.ts

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