Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 496 Bytes

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 496 Bytes

fruity-market

Open fruit market proof of concept

Getting Started

Here you will see how to run the app locally.

  1. Clone the fruity market repository.
git clone https://github.com/TedNIVAN/fruity-market.git
  1. Initialize the project.
cd fruity-market
npm i
  1. Set your Infura API KEY in src/.env_sample

  2. Rename src/.env_sample to src/.env

  3. Build the project.

npm run dev

App should be running at: http://localhost:1234