/elm-inflow

Inflow Finance's website (https://www.inflow.finance) built with elm

Primary LanguageElm

Inflow Finance's website built with elm

Build

To start the application, run the following command:

make

unfortunately, running the app using docker on the Apple M1 chip does not work at the moment.

You can still install elm locally and start the application by running the following command:

make local-app

this installs elm using one of (brew, npm, yarn) if not already installed and then runs the application locally

TODO: add tests