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:
William Carroll 2020-08-04 16:37:45 +01:00
parent b1c403f6b9
commit c4299558a7

View file

@ -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
```