Skip to content

react-declarative/react-declarative-typedoc

Repository files navigation

⚛️ react-declarative-typedoc

The react-declarative documentation website generator. The online preview available by this link: https://react-declarative-typedoc.github.io/

screenshot

Contribute

Important

Made by using react-declarative to solve your problems. ⭐Star and 💻Fork It on github will be appreciated

Usage

Linux

npm install
npm run build
npm run preview

Windows

npm install --ignore-scripts
git submodule init
git submodule update --remote
cd packages/react-declarative
npm install
cd ../../
npm run build:docker
npm run preview