openbase / bco.website

The content of basecubeone.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The content of basecubeone.org

License:GNU General Public License v3.0


Languages

Language:Vue 75.6%Language:JavaScript 23.1%Language:TypeScript 1.3%