frostbyte-native/Justfile
2023-12-14 19:17:24 +01:00

6 lines
No EOL
85 B
Makefile

dev:
npm install
npx expo start -p 8080
clean:
rm -rf node_modules .expo