Skip to content

mchechulnikov/resolvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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