Skip to content

dstar-design-gallery/dstar-docs

Repository files navigation

Get Started

Clone dstar-docs from the repository.

git clone https://github.com/dstar-design-gallery/dstar-docs.git

You will need docsify to run the docs. It is recommended to install docsify-cli globally, which helps initializing and previewing the website locally.

⚠️ make sure that node and npm are installed.

npm i docsify-cli -g

Run the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.

docsify serve

To 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.

About

Repository for the documentation of DStar suite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors