Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 397 Bytes

work-journal

A tool built with PostgREST and Elm for tracking daily todo-lists and notes for work.

Installation

Install dependencies, including those installed via elm-install:

$ npm install

Run server in development mode

At the moment, simply use elm reactor and navigate to Main.elm:

$ npm run elm reactor