| Master | Develop |
|---|---|
This repository provides required tools to develop Hyperties and a few demos. Currently the toolkit can be used to develop hyperties to be executed in the Browser or in the NodeJS;
See the Wiki for full documentation, operational details and other information.
To run the toolkit do the following:
# clone the toolkit repository with the stable branches
git clone https://github.com/reTHINK-project/dev-hyperty-toolkit.git# clone the dev-hyperty repository
git clone https://github.com/reTHINK-project/dev-hyperty.git
# go to the toolkit directory
cd dev-hyperty-toolkit
# install toolkit modules
npm installConfigure all settings on the env file.
DEVELOPMENT=true # development mode or not, soon will be depracted
RUNTIME_URL=hyperty-catalogue://catalogue.localhost/.well-known/runtime/Runtime # place in the catalogue where is your runtimeURL
DOMAIN=localhost # domain where the toolkit will run and reference to contact msg-node
HYPERTY_REPO=../dev-hyperty # path to locate your dev-hyperty repository by default, is on the parent directory.. but you can change itYou are free to change for what you want..
When you start the toolkit with develop mode, the runtime-core loadHyperty, will reuse your hyperty address;
# run the toolkit with runtime-core
npm run start:dev
# run the toolkit with runtime-browser
npm run start:browserOpen https://catalogue.localhost/ and accept certificate
Open https://localhost/ and select an Hyperty to run.
# or toolkit for nodejs and select where is the dev-hyperty repository
npm run start:nodeThis file will not be loaded if you run the toolkit in on production mode:
npm run startYou can build hyperties without running the toolkit.
npm run build:hyperties # build the hyperties to be used on browser
npm run build:hyperties:node # build the hyperties to be used on nodejsOn each initial descriptor of hyperty on dev-hyperty repository, if you want replace the your descriptor static domain for the one which is on env file you should replace your domain for %domain%.