A blazingly fast tool for serving static files, written in rust
serve <PORT> # default port is 3000
# make sure you have rust installed on your system
git clone https://github.com/a-rustacean/serve.git
cd serve
./install.sh
# make sure you are in the directory you cloned
./uninstall.sh