Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Sep 28, 2023
1 parent 5dc77d7 commit 199dc7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ contains a `draft` key which defaults to true. For the post to appar on the webs
that must be changed to false.

## Developing
- [Install and config](https://tailwindcss.com/blog/standalone-cli) the Tailwindcss cli.

Included is a bash script `dev.sh` in the `scripts/` directory. Make it executable:
```shell
chmod +x scripts/dev.sh
Expand All @@ -32,8 +34,7 @@ This will start the Axum server and Tailwind binary in watch modes so that saves
will trigger rebuilds while you're developing. On exiting this process, the Tailwind
binary will minify its outputted css.

### Building the Tailwind CSS separately
- [Install and config](https://tailwindcss.com/blog/standalone-cli) the Tailwindcss cli.
### Building the Tailwind CSS separately
- Run:
```shell
./tailwindcss -i tailwind.css -o ./assets/output.css --minify
Expand Down

0 comments on commit 199dc7a

Please sign in to comment.