Brian Lee

Start Server

Build pages and run a development nginx server, run this on bash and alike.

alias r=make -f redo.mk
r
r up

Visit http://localhost.

Shutdown Server

To shutdown the server,

r down