From 7524f9aa94368d28250813a4e3bad965d178aa7c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 27 Aug 2022 04:52:56 +0530 Subject: Adds Deploy scripts --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..88faf83 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#!/usr/bin/zsh +npm run build +cd public +static-server -p 1313 \ No newline at end of file -- cgit v1.2.3