Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidcavazos/gaia-demo


https://github.com/davidcavazos/gaia-demo

Last synced: 22 days ago
JSON representation

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
```