Commit graph

1 commit

Author SHA1 Message Date
Sharp-tailed Grouse
7c1762289a
Move scripts to their own dir (aptly named script)
Move scripts to their own directory.
Add `serve` script for serving locally (from internal build repo).

Rename:
- clean.sh -> script/clean
- make.sh -> script/make

Now you can type `make serve` to serve the guide locally.

$ make <TAB>
all    clean  guide  serve

Requirements are still included in the `serve` file.

Signed-off-by: Sharp-tailed Grouse <sharptail@riseup.net>
2022-10-24 10:08:01 -04:00