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:
|
|
|
|
|
|
|
|
```
|
2018-03-28 06:14:55 +03:00
|
|
|
make styleguide-app/elm.js
|
2018-03-08 01:41:31 +03:00
|
|
|
```
|
|
|
|
|
2018-03-28 06:14:55 +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.
|
2018-03-28 06:14:55 +03:00
|
|
|
|
|
|
|
## 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!
|