The documentation platform of iCure (Medtech/Cockpit/...) using Docusaurus.
Clone the project
git clone https://github.com/icure-io/medtech-docsGo to the project directory
cd medtech-docsUse a Node version >= 16.14
nvm use 18Install dependencies
yarnStart the server
yarn startyarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.