0.1.7 • Published 6 years ago

@xyo-network/web-portal-react v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

logo

XYO Web Portal (web-portal-react)

Branches

Master

Build Status BCH compliance Maintainability

Develop

Build Status BCH compliance

Description

A web portal for exploring the XYO Network.

Getting Started

  1. Via terminal, cd into the web-portal-react directory.
  2. Make sure you have Node.js Version 10.x or later installed: Latest Node.js Versions
  3. Make sure you have npm installed. How to Install npm
  4. In your terminal run npm install

We offer three installation environments for you to begin

User Environment: TODO(Arie): Describe what this is, and who it's intended for.

Deveoloper Environment: TODO(Arie): Describe what this is, and who it's intended for.

Docker Environment: TODO(Arie): Describe what this is, and who it's intended for.

User Environment

Install Diviner (Step 1)

sudo npm install @xyo-network/web-portal-react -g --unsafe-perm=true

Build Diviner (Step 2)

xyo-portal start

Developer Environment

Install Diviner (Step 1)

npm install https://github.com/XYOracleNetwork/web-portal-react

Build Diviner (Step 2)

npm run build

Start Diviner (Step 3)

npm run start

Docker Environment

Install the Diviner in a Docker and start the server at the end.

Note: There currently are quite a few build errors/warnings generted from dependencies that can safely be ignored, but should addressed in the future.

docker image build -t xyonetwork-web-portal-react-install:latest https://raw.githubusercontent.com/XYOracleNetwork/web-portal-react/master/docker/install/Dockerfile

Then run:

docker run -p 12000:12000 xyonetwork-web-portal-react-install:latest

License

Only for internal XY - The Persistent Company use at this time.

Credits

Made with ❄️ and 🔥 by XY - The Persistent Company