Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
/ issues Public archive

Aybaze Issues is a simple tool to keep our GitHub issues organized

License

Notifications You must be signed in to change notification settings

aybaze/issues

Repository files navigation

Issues Actions Status

Issues is a simple GitHub App that we use at Aybaze to organize issues across multiple repositories.

Development

Start postgres and import sql/issues.sql.

docker run -e POSTGRES_DB=issues -d -p 5432:5432 postgres
psql -d issues -h localhost -U postgres < sql/issues.sql

Start ngrok http 8000 to tunnel port 8000 to a public endpoint for the development application.