diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..ce9133e --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#! /bin/bash + +npm install +cp .env.example .env +cp colors.json.example colors.json + +npm run build + +echo "Done!" \ No newline at end of file