prepare: clean cp -R ./template/* ./playground clean: cd ./playground && find . ! -name '.gitkeep' -delete watch: tailwindcss -i ./playground/src/css/input.css -o ./playground/src/css/main.css --watch live: live-server ./playground/src/