Skip to content

Read only view of the issues in a single github project

Notifications You must be signed in to change notification settings

elsen-trading/read-only-github

Repository files navigation

read-only-github

Read only mirror of a single github project. Mostly me learning how to use servant and elm.

Use the github projects api to expose a single project to the web. The app is protected using basic authentication with the credentials set in the config file.

Getting Started

  1. Install Stack
  2. Create the configuration file
cp backend/sample.cfg backend/project.cfg
< edit backend/project.cfg as you please >
  1. Build and start the backend server
cd backend
stack build
stack exec backend
  1. Build and start the frontend server
npm install -g elm
elm package install
npm install
gulp

TODO

  • streamline deployment (better secret management, add nginx info)
  • style date format
  • style login view
  • style issue table

About

Read only view of the issues in a single github project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published