frostbyte-native/Justfile
2023-12-14 20:03:01 +01:00

11 lines
No EOL
147 B
Makefile

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