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.
- Install Stack
- Create the configuration file
cp backend/sample.cfg backend/project.cfg
< edit backend/project.cfg as you please >
- Build and start the backend server
cd backend
stack build
stack exec backend
- Build and start the frontend server
npm install -g elm
elm package install
npm install
gulp
- streamline deployment (better secret management, add nginx info)
- style date format
- style login view
- style issue table