Skip to content

ezioruan/abtnode-docs

 
 

Repository files navigation

ABT Node Documentation

Getting Started

git clone git@github.com:ArcBlock/abtnode-docs.git
cd abtnode-docs
make init

If you have trouble with make init, you can try make redep instead.

Then create a config file .env in repo root directory with the following content:

GATSBY_ALGOLIA_APP_ID="FU81LCBN51"
GATSBY_ALGOLIA_ADMIN_KEY="this key is secret"
GATSBY_ALGOLIA_SEARCH_KEY="2e4d21878c80877e17a6f9c80722eaeb"
GATSBY_ALGOLIA_INDEX_NAME="abtnode-docs"

Then compile and server docs from local:

make run

Table of Contents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Shell 29.2%
  • Makefile 13.4%
  • CSS 6.8%