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

Latest commit

 

History

History
31 lines (19 loc) · 404 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 404 Bytes

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.