sshell
Download
git clone https://github.com/nntrn/sshell.git
cd sshell
Scripts
# update snippets.json in data branch
cat snippets.json | ./scripts/upload-data.sh
Local serve
# python2
cd public && python2 -m SimpleHTTPServer 3000
# python3
python3 -m http.server --directory public 3000
# php
php -S localhost:3000 -t public/
# serve (npm install -g serve)
serve public