Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcavazos/gaia-demo
https://github.com/davidcavazos/gaia-demo
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidcavazos/gaia-demo
- Owner: davidcavazos
- License: mit
- Created: 2021-07-01T21:02:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T16:45:22.000Z (about 3 years ago)
- Last Synced: 2024-10-30T00:49:17.496Z (2 months ago)
- Language: Elm
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gaia Project Demo
## Before you begin
We use [Elm](https://elm-lang.org) for this project, so make sure you have
[Elm installed](https://guide.elm-lang.org/install/elm.html).## Running the tests
Tests are inlined in the documentation for each function, to run them we use
[`elm-verify-examples`](https://github.com/stoeffel/elm-verify-examples/).> ℹ️ You need [Node.js installed](https://nodejs.dev/learn/how-to-install-nodejs)
> to run the tests.In the main repository directory run:
```sh
elm-verify-examples --run-tests
```