Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2hgo/elm-inflow

Inflow Finance's website (https://www.inflow.finance) built with elm
https://github.com/2hgo/elm-inflow

elm

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Build
To start the application, run the following command:
```bash
make
```

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

You can still install [elm](https://elm-lang.org/) locally and start the application by running the following command:
```bash
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