Compare commits

...

2 commits

Author SHA1 Message Date
Imbus
702fa6230c ? 2023-12-14 19:17:42 +01:00
Imbus
a4d0c1792b Justfile targets 2023-12-14 19:17:24 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,6 @@
dev: dev:
npm install
npx expo start -p 8080 npx expo start -p 8080
clean:
rm -rf node_modules .expo