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 diff --git a/tsconfig.json b/tsconfig.json index b9567f6..e22f4e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,4 +3,4 @@ "compilerOptions": { "strict": true } -} +} \ No newline at end of file