This repository contains the documentation website for CardinalKit, of which a live version can be found at https://cardinalkit.org/cardinalkit-docs/.
Setting up this project requires Node.js installed on your system.
cd src
npm install
To configure Algolia search, edit the included .env file and add in the listed keys.
npm run dev
The site should now appear at http://localhost:8080/cardinalkit-docs
.
npm run build
From the root folder of the project, run
On Mac or Linux:
./deploy.sh
On Windows:
.\deploy.bat