Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 907 Bytes

File metadata and controls

38 lines (28 loc) · 907 Bytes

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