This repository holds the source for the Hiro developer documentation website, which is deployed at docs.hiro.so. This website is built using Docusaurus.
Before running Hiro Docs, ensure that you have the following tools installed:
If you are using a mac, we highly recommend using Homebrew to install these tools.
You should also be familiar with Git.
Use the following command to install local build and development dependencies.
yarn
The following command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. Make sure that you have installed dependencies before doing local development.
yarn start
The following command will build the final static website into the build
directory.
yarn build
This website is configured to deploy automatically on PR merge using Vercel.