Skip to content

Commit b3bbed7

Browse files
committed
Only what matters
1 parent 75a3571 commit b3bbed7

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

README.md

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
1-
# Nanoc + Parcel + TailwindCSS
1+
# drug.org.pl
22

3-
Starter kit for static sites on [nanoc](https://nanoc.ws) with a bit of JavaScript and TailwindCSS styling.
4-
5-
## Initial setup
6-
7-
It is assumed you already have Ruby with Bundler and Node with Yarn present.
8-
9-
```
10-
./bin/setup
11-
```
12-
13-
## Build for production
14-
15-
One-time processing with optimizations.
16-
17-
```
18-
./bin/build
19-
```
20-
21-
## Build for development
22-
23-
Starts if foreground and live reloads HTML, JS and CSS changes.
24-
25-
```
26-
./bin/server
27-
open http://localhost:3000/
28-
```
29-
30-
## Unpacking latest release into current directory
31-
32-
```
33-
curl -s https://api.github.com/repos/arkency/nanoc-parcel-tailwind-starter/releases/latest |\
34-
grep tarball_url |\
35-
cut -d'"' -f4 |\
36-
xargs -n 1 curl -sSL |\
37-
tar -xz --strip-components=1
38-
```
3+
Make changes to `content/index.html` and it will publish from default branch.

0 commit comments

Comments
 (0)