- Deno >= v1.9.2
- Vercel
- GitHub API v4
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
Read the .editorconfig
If you want to contribute to my project, you should check the lint with the following command.
deno lint --unstable