Skip to content

rsimcha/app

 
 

Repository files navigation

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 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

About

Lira Shapira App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 2.4%