- Install vuepress
npm install -g vuepress
- Clone this repository
git clone https://github.com/ion2s-gmbh/oloid-website.git
- Switch into the cloned folder:
cd oloid-website
- For development (with browsersync) run:
npm run watch
- For a production build run:
npm run build
The production build will be located in ./docs
Commit your changes from ./docs
in the master
branch and push to trigger
an instant deployment.