DataHighway Developer Hub Documentation & Whitepaper https://dev.datahighway.com/
Welcome to the DataHighway Developer Hub documentation. We’re just getting started, so our documentation is still incomplete.
Refer to CONTRIBUTING.md for details about:
Refer to MAINTENANCE.md for details about:
Install Node >=12.13.0, then run the following commands to install dependencies and start build the website.
Optionally Obtain Algolia API keys to enable “search”. Run the following, then paste them in the .env file.
cp .env.example .env
Run the following commands to install dependencies and start build the website.
yarn install && yarn start
View in web browser http://localhost:3000