Sharp-tailed Grouse 04f7307910
Move scripts to their own dir (aptly named script)
Move scripts to their own directory.
Add `serve.sh` for serving locally (from internal build repo).

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

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

$ make <TAB>
all    clean  guide  serve

Requirements are still included in the `serve.sh` file.

Signed-off-by: Sharp-tailed Grouse <sharptail@riseup.net>
2022-10-18 14:16:04 -04:00
..