The
react-declarative
documentation website generator. The online preview available by this link: https://react-declarative-typedoc.github.io/
Important
Made by using react-declarative to solve your problems. ⭐Star and 💻Fork It on github will be appreciated
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