File tree Expand file tree Collapse file tree 1 file changed +2
-37
lines changed
Expand file tree Collapse file tree 1 file changed +2
-37
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments