项目作者: TedNIVAN

项目描述 :
Open fruit market proof of concept
高级语言: JavaScript
项目地址: git://github.com/TedNIVAN/fruity-market.git
创建时间: 2020-09-15T14:01:25Z
项目社区:https://github.com/TedNIVAN/fruity-market

开源协议:MIT License

下载


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.

    1. git clone https://github.com/TedNIVAN/fruity-market.git
  2. Initialize the project.

    1. cd fruity-market
    2. npm i
  3. Set your Infura API KEY in src/.env_sample

  4. Rename src/.env_sample to src/.env

  5. Build the project.

    1. npm run dev

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