noredink-ui/README.md

32 lines
543 B
Markdown
Raw Normal View History

2018-02-01 18:27:04 +03:00
# noredink-ui
UI widgets we use.
2018-03-08 01:41:31 +03:00
## Examples
This repo contains an app showcasing all of these UI widgets.
To see them locally:
```
make styleguide-app/elm.js
2018-03-08 01:41:31 +03:00
```
Open `styleguide-app/index.html` in your browser.
2018-03-08 01:41:31 +03:00
Alternatively, you may use elm-reactor. Please be aware that you'll need to globally
install fonts (in particular, Muli) if you go this route.
## Tests
Run tests with
```
make test
```
### CI (Travis)
Travis will run `make ci` to verify everything looks good.
You can run this locally to catch errors before you push!