Elm dialog for showing modal information, errors, and loading status using Bulma css.
We recommend checking out the examples (code) to get a feel for how it works.
Run the following commands to test out the examples locally:
yarn install
yarn start
yarn install
The following commands are run as part of the GitHub Actions Workflow:
yarn elm-format --validate src examples
yarn elm-review
yarn elm make
To build new pages run the following command and commit the changes to the repo:
yarn build:pages