Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.86 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.86 KB

master dev
Build Status Build Status

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 v8, so if youre using nvm do a

nvm use 8.*

node 8.16.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 v8 is the safest choice

Make sure that you have two remotes set up for your deployment look like this.

origin    [email protected]:Akkatecture/Akkatecture.github.io.git (fetch)
origin    [email protected]:Akkatecture/Akkatecture.github.io.git (push)
source    [email protected]:Akkatecture/Documentation.git (fetch)
source    [email protected]:Akkatecture/Documentation.git (push)

Take note that all source changes happen on the source remote and all of the bundled builds go onto the github.io repository. The deployment script (npm run deploy) will push the static content into the Akkatecture.github.io.