Chainstack documentation
Static Markdown-powered website based on VuePress.
Usage
Install dependencies
$ npm install
Run
$ npm run dev
The website will be running on http://127.0.0.1:8080
.
Build
$ npm run build
The assets will be generated in docs/.vuepress/dist
.
Contributing
See CONTRIBUTING.