Skip to content

Latest commit

 

History

History
executable file
·
46 lines (40 loc) · 685 Bytes

README.md

File metadata and controls

executable file
·
46 lines (40 loc) · 685 Bytes

Resolvent

Business process tracker and organizer

Roadmap for MVP

  • Process designer
  • Board designer
  • Board
  • Calendar
  • Routines
  • Cycles
  • Header
  • Authentication & authorization
  • Assemble all parts into app
  • Backend

How to run locally

Docker way

To build

./scripts/build.sh

To start

./scripts/run.sh

To stop

./scripts/stop.sh

To restart

./scripts/restart.sh

Debug way

  1. Install elm, elm-format and elm-test by following
    brew install elm
    brew install elm-format
    npm install -g elm-test
    npm install -g elm-live
    
  2. ./scripts/debug.run.sh