Documentation site for ADAMANT Node
The documentation site provides the API specification, installation and configuration guides for running your own ADAMANT Node, and best practices for building ADAMANT-powered applications.
This site is built with VitePress, and its content is written in Markdown. For simple changes, you can edit the file directly by clicking "Edit this page" at the bottom of any documentation page, then submit a Pull Request.
To run the site locally for development and testing, use:
npm install
npm run dev
This starts a hot-reload server so you can preview the site and take advantage of VitePress’s rich feature set.