Skip to content

AfterLutz/Documentation

 
 

Repository files navigation

Akkatecture Documentation

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

Contributor Notes

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.

Deployment

Using Node v16 is the safest choice

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Dockerfile 0.5%