Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 330 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 330 Bytes

Cirun.io Documentation

Installation

npm install

Start server

npm start

Build Documentation

npm run build

To build and preview docs:

npm run serve

Note

Search doesn't works if you do npm start, to use search functionality, you need to first build the docs and then serve it.