From a4d0c1792ba180c82c1857c5d0139aaa753c7440 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 14 Dec 2023 19:17:24 +0100 Subject: [PATCH] Justfile targets --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 72b0e56..afc5d62 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,6 @@ dev: + npm install npx expo start -p 8080 + +clean: + rm -rf node_modules .expo \ No newline at end of file