Skip to content

GNYIO/gny-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gny-docs

This repository holds the documentation for the GNY Blockchain. The documentation is generated with vuepress.

Install

Clone this repository:

git clone https://github.com/GNYIO/gny-docs gny-docs && cd $_

Install all dependencies:

npm ci

Run Dev-Server

npm run docs:dev

Build Artifacts

npm run docs:build