Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2hgo/elm-inflow
- Owner: 2HgO
- Created: 2021-12-31T01:48:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T05:47:45.000Z (about 3 years ago)
- Last Synced: 2024-11-13T03:32:35.391Z (3 months ago)
- Topics: elm
- Language: Elm
- Homepage:
- Size: 8.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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