An aggregation of Interchain stack components documentation in 1 place. Built with Docusaurus 2 and deployed at https://dev-portal-docsite.netlify.app/.
Review the Architecture and considerations documentation to become familiar with the problem, designs, and expectations for maintainers and upstream developers.
Simply fork
this repository, then:
# MacOS: Install Homebrew & update bash to version >= 4
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew install bash
# bash --version
# Installs packages
$ npm install
# Gets latest upstream commits
$ make latest-commits
# Syncs docs site from the commits set in latest.json
$ make sync-docs
$ npm start
This command generates static content into the build
directory and can be served using any static contents hosting service.
$ npm run build:local
This command runs package install, doc sync, and the build in 1 command. It is mainly used for upstream CI/CD with deployments.
$ npm run build