Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 764 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 764 Bytes

Developer documentation for the Transfer Agent Protocol

These are developer docs for the Transfer Agent Protocol Cap Table that are published at docs.transferagentprotocol.xyz.

To improve docs

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

To deploy docs

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.