Skip to content

Commit

Permalink
Up to date README
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Nov 18, 2022
1 parent 8897e60 commit 1f82028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nanoc + Parcel + TailwindCSS
# Nanoc + TailwindCSS

Starter kit for static sites on [nanoc](https://nanoc.ws) with a bit of JavaScript and TailwindCSS styling.
Starter kit for static sites on [nanoc](https://nanoc.ws) with TailwindCSS styling.

## Initial setup

Expand All @@ -20,7 +20,7 @@ One-time processing with optimizations.

## Build for development

Starts if foreground and live reloads HTML, JS and CSS changes.
Starts in foreground, live reloads HTML and CSS changes.

```
./bin/server
Expand All @@ -30,7 +30,7 @@ open http://localhost:3000/
## Unpacking latest release into current directory

```
curl -s https://api.github.com/repos/arkency/nanoc-parcel-tailwind-starter/releases/latest |\
curl -s https://api.github.com/repos/arkency/nanoc-tailwind-starter/releases/latest |\
grep tarball_url |\
cut -d'"' -f4 |\
xargs -n 1 curl -sSL |\
Expand Down

0 comments on commit 1f82028

Please sign in to comment.