Welcome to the Tube point.
Tube point is the application clone as videos streaming like Youtube.
This is a React JS app. So you will need to install dependencies for it and run a build watcher if you want to develop it further.
This point.tube Zapp uses:
- React JS v 17.x
- React Bootstrap v 2.x
- Bootstrap v 5.x
Since this a React JS site it rquires to be built before it can be deployed as follows:
npm i
npm run build
Now a public
folder will be created containing the deployable built site.
Note that when you start the node it will use your key file found in your local point directory: ~/.point/keystore/key.json
. If you do not have this file then the node will not start. To create this file simply install Point Network Alpha.
git clone [email protected]:pointnetwork/pointnetwork.git
cd pointnetwork
nvm use
npm i
npm run start
Note this command is run from the pointnetwork
cloned repo (see above and assumes the Zapp is one level below the directoy where the command is run.
cd pointnetwork
./point deploy ../tube.point --contracts
``