Open fruit market proof of concept
Open fruit market proof of concept
Here you will see how to run the app locally.
Clone the fruity market repository.
git clone https://github.com/TedNIVAN/fruity-market.git
Initialize the project.
cd fruity-market
npm i
Set your Infura API KEY in src/.env_sample
Rename src/.env_sample
to src/.env
Build the project.
npm run dev
App should be running at: http://localhost:1234