From 761acc7fcc23cf2567646d71a92931342ff1c4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20de=20Jes=C3=BAs=20Cort=C3=A9s=20Castellanos?= Date: Mon, 16 Dec 2024 15:58:55 -0600 Subject: [PATCH] =?UTF-8?q?ADD:=20Script=20de=20intalaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install.sh 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