Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

chainstack/docs

Repository files navigation

Chainstack documentation

Static Markdown-powered website based on VuePress.

Usage

Install dependencies

yarn

Run

yarn run dev

The website will be running on http://127.0.0.1:8080.

Build

yarn run build

The assets will be generated in docs/.vuepress/dist.

Contributing

See CONTRIBUTING.