From a4bf134557cbde0fd8126337f3251e0341c66505 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 23 Dec 2024 23:55:09 +0100 Subject: [PATCH] chore(#8): Adds script to build and run the project --- scripts/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/run.sh diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 0000000..2864606 --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd frontend +npm run build +cd .. +poetry run shortenit