The official bco website repository used to present the project and community guidelines.
Online: https://basecubeone.org
Master: https://master.basecubeone.org
- used framework: https://vuepress.vuejs.org/
- build and served via: https://basecubeone.netlify.com/
- 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
-
- Setup Vuepress
- Via brew:
brew install nodejs npm yarn
- Navigate into the project folder and perform:
yarn install
- Via brew:
Navigate into the project folder and perform:
yarn serve