An Example Stack of what the Open Index Protocol is capable of https://oip.wiki
To test this application, you will need to preform the following commands.
-
Clone the repository to your local machine
git clone https://github.com/oipwg/oip-platform-react
-
After
cd
ing to the folder we just downloaded, run thenpm install
command. -
Finally, run
npm run start:prod
then visitlocalhost:9156
in your Browser.To run the server in development mode, run the command
npm run start:dev
instead of the command above.