mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 06:33:09 +03:00
98e03938a0
Bumps [elm-community/string-extra](https://github.com/elm-community/string-extra) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/elm-community/string-extra/releases) - [Commits](https://github.com/elm-community/string-extra/compare/4.0.0...4.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
assets | ||
Examples | ||
.gitignore | ||
Assets.elm | ||
elm-package.json | ||
elm.json | ||
Headings.elm | ||
index.html | ||
Main.elm | ||
manifest.js | ||
Model.elm | ||
ModuleExample.elm | ||
NriModules.elm | ||
README.md | ||
Routes.elm | ||
Update.elm | ||
View.elm |
NoRedInk style guide
A helper app to test out new styles while working with the package.
Running this app
Generate the elm code:
elm-make Main.elm --output elm.js
Open index.html
in a browser:
open index.html