Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 647 Bytes

daha

DAHA is a college-specific platform facilitating peer-to-peer borrowing and selling. instead of just listing items for rent or sale, like a traditional marketplace app, students can also request items they need.

The team behing this project was a part of Stanford's W23 Lean Launchpad Cohort

How to clone

Clone the repo in the desired directory

git clone https://github.com/muhan421/daha.git

cd into the just created project and install dependencies with yarn

cd daha && yarn

Run the project

expo start

Congratulations 🎉 You should have daha running now!