From 32d9df962517574a62f2f5c617e5315ad4b42f27 Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 3 Sep 2024 20:31:25 -0400 Subject: [PATCH] feat: justfile --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 00000000..b6cd4c2f --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +run: + yarn start + +build: + yarn build + +install: + yarn install \ No newline at end of file