Lira Shapira is looking for contributions! 🤚
- check out our github project for updates and for a list of good issues to get started with.
-
fork & clone the repo.
-
run
npm i
-
then choose from below options:
- run
npm run demo
- View the app on web or use Expo Go to view on your mobile device
- git fork and clone the server repo
- From the root of server repo, run
npm i
thennpm run devstart
(you will need a running postgres server) - In the app repo, make a .env file using the .env file contents
- If you are viewing the app on mobile (using Expo Go), you will need to replace 'localhost' in the EXPO_PUBLIC_SERVER_URL environment variables with your Ipv4 address to connect to the server. Alternitavely, look into using a tool like ngrok.
- run
npm run start
from the root of the app repo