frostbyte-native/Justfile
2023-12-14 19:29:27 +01:00

10 lines
No EOL
125 B
Makefile

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