Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 576 Bytes

Docute Starter

A simple and easy to use project to start writing documentation with Docute, the project can be served as is in any static file web server like http-server or just use the branch as the root of github pages and the files will be ready to serve: no build step required.

Writing docs locally

For local development, I am using live-server which watches changes for files while you are editing them and reloads the current page. To use this mode, run:

npm install
npm start