Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 780 Bytes

File metadata and controls

31 lines (21 loc) · 780 Bytes

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.