- Install Node / NPM (Ubuntu installation guide)
- Install Yarn (Ubuntu installation guide)
- Install generate-release package (Installation)
- Install Git flow plugin (Installation)
- Init flow inside folder:
git flow init
- Inside
krill-user-guidefolder - Change to
developbranch:git checkout develop - Install dependencies:
yarn install
To run development server:
yarn docs:devTo deploy changes and sync you must commit and push work. Then from root repository folder:
bash scripts/build.sh- Docs are archived inside
/docs/krill2folder. - Spanish docs are archived inside
/docs/es/krill2folder. - Images are stored inside
/docs/.vuepress/public/imgfolder (try to keep organized structure inside it).