-
Install dependencies
npm install
-
Start the app
npx expo start
You can ignore console errors about version.json not being served when you run locally. Those are expected for a local run.
npm run build:web
This will create the deployable assets in the dist
directory.
To format the entire project with Prettier:
npx prettier --write .
You may also want to install a Prettier extension for your IDE and enable "format on save."