Skip to content

openbase/bco.website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openbase Website Repository

The official bco website repository used to present the project and community guidelines.

Netlify Status

Online: https://basecubeone.org
Master: https://master.basecubeone.org

Technical Details

Install

Ubuntu / Debian

  • Setup Vuepress
    • Add Yarn Debian Repository Key
      curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

    • Register Yarn Debian Repository
      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

    • Install nodejs, npm, yarn
      sudo apt-get update && sudo apt-get install nodejs npm yarn

    • Navigate into the project folder and install vuepress
      yarn install

MacOs

  • Setup Vuepress
    • Via brew: brew install nodejs npm yarn
    • Navigate into the project folder and perform: yarn install

Run Local Webserver

Navigate into the project folder and perform: yarn serve