Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 668 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 668 Bytes

CV Keep Application Docs

This is the application docs source code for the CV Keep platform technical documentation. CV Keep is a free and open source CV platform. Here you will find useful information about what is the CV Keep App, Stack, how to running locally, deploy and evolve the app.

This doc content is available here:
https://cv-keep.github.io/cvkeep-docs/

Building Docs

The docs are builded with Docusaurus. The sources are on /docs folder. To edit or build you must install the dependencies first: npm install. Then just run npm run start to edit locally, or npm run build to produce a new build.