To serve the documentation locally do the following:
npm install
or
yarn install
and then
gatsby develop
this will run a hot-reloadable version of the documentation website. It is best to run this using Node v16, so if youre using nvm do a
nvm use 16.*
node 16.14.0
The markdown files in /content/docs
folder contains all the documentation for the akkatecture documentation pages.
alternatively you can directly edit the markdown in github and submit a pull request if you see any spelling or grammatical errors.
Using Node v16 is the safest choice