https://github.com/xriley/CoderDocs-Theme
CoderDocs is a free Bootstrap documentation template made for software developers.
- Avoids unneeded complication to ease extensions.
- [HTML5][html5] semantic markup.
- [Bootstrap 5][bootstrap], [Font Awesome][fontawesome] and [highlight.js][highlightjs].
- Validated HTML 5, accessibility, CSS and JS.
[npm][npm] is used for building the project, which requires running a few commands. All of these should be executed from the project root.
First of all the dependencies should be installed:
npm install
Mode Development:
npm run dev
Build:
npm run build
OR
Use yarn:
yarn
Mode Development:
yarn dev
Build :
yarn build