These are developer docs for the Transfer Agent Protocol Cap Table that are published at docs.transferagentprotocol.xyz.
Clone the repository and install the dependencies:
git clone https://github.com/transfer-agent-protocol/docs.git
cd docs
yarn install
Then you can run the app locally:
yarn dev
The docs are deployed to docs.transferagentprotocol.xyz using Vercel. To deploy, open a PR to the main
to start a review. Once the PR is merged, the docs will be deployed automatically.