Clone dstar-docs from the repository.
git clone https://github.com/dstar-design-gallery/dstar-docs.gitYou will need docsify to run the docs. It is recommended to install docsify-cli globally, which helps initializing and previewing the website locally.
node and npm are installed.
npm i docsify-cli -gRun the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.
docsify serveTo add new pages, add them to _sidebar.md:
* [Get Started](/)
* [Introduction](introduction.md)
* [Your New Page](yourNewPage.md)Images should be located under media folder.