Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 588 Bytes

OIP Platform React

An Example Stack of what the Open Index Protocol is capable of https://oip.wiki

How to Run

To test this application, you will need to preform the following commands.

  1. Clone the repository to your local machine

    git clone https://github.com/oipwg/oip-platform-react
    
  2. After cding to the folder we just downloaded, run the npm install command.

  3. Finally, run npm run start:prod then visit localhost:9156 in your Browser.

    To run the server in development mode, run the command npm run start:dev instead of the command above.