/app

The Lira Shapira App

Primary LanguageTypeScript

Lira Shapira App

This is the Frontend for the new Lira Shapira App, a local eco-currency. Earn by donating organic waste to your local compost project!

עמותת לירה שפירא מפתחת אפליקציה חדשנית למטבעות מקומיים! העמותה מפעילה מטבע מקומי הנסחר בשכונה ונכרה בתמורה להפרדה וטיפול מקומי בזבל אורגני. עבור כל קילו של זבל אורגני- מונפקת לירה שפירא אחת.

Join us!

Lira Shapira is looking for contributions! 🤚

To start work on the app:

  • fork & clone the repo.

  • run npm i

  • then choose from below options:

without a local running server:

  • run npm run demo
  • View the app on web or use Expo Go to view on your mobile device

in conjuction with the lira shapira backend:

  • git fork and clone the server repo
  • From the root of server repo, run npm i then npm run devstart (you will need a running postgres server)
  • In the app repo, make a .env.local file using the .env.local.template 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