Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plutov/gitprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitprint

Local Development

Run:

make run

Test:

make test

Lint:

make lint

Deployment

  1. Set environment variables in .env file:
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
NEXT_PUBLIC_API_ADDR=https://api.gitprint.me
  1. Run:
docker-compose up --build -d