mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 03:31:32 +03:00
18 lines
241 B
Markdown
18 lines
241 B
Markdown
|
# NoRedInk style guide
|
||
|
|
||
|
A helper app to test out new styles while working with the package.
|
||
|
|
||
|
## Running this app
|
||
|
|
||
|
Generate the elm code:
|
||
|
|
||
|
```elm
|
||
|
elm-make Main.elm --output elm.js
|
||
|
```
|
||
|
|
||
|
Open `index.html` in a browser:
|
||
|
|
||
|
```
|
||
|
open index.html
|
||
|
```
|