Include instructions for building Tailwind CSS in README.md
After consuming my Elm boilerplate, I realized that I was missing this.
This commit is contained in:
parent
b1c403f6b9
commit
c4299558a7
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ in which you can develop:
|
|||
|
||||
```shell
|
||||
$ nix-shell
|
||||
$ npx tailwindcss build index.css -o output.css
|
||||
$ elm-live -- src/Main.elm --output=Main.min.js
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue