Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

ion2s-gmbh/oloid-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • 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

Deployment

Commit your changes from ./docs in the master branch and push to trigger an instant deployment.