Skip to content

TedNIVAN/fruity-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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