- Clone the repo
git clone [link]
- Check your Node version with
node -v
(must be at least 12) - Install expo globally, if not already
npm install --global expo-cli
cd siren
- Install dependencies with
npm install
- Test the app by running
expo start
- Create a
.env
file in the root directory and define necessary variables - Add an export statement for new variables in
/types/env.d.ts
- Usage example:
import { var1, var2 } from '@env';