https://github.com/openbase/bco.website
The content of basecubeone.org
https://github.com/openbase/bco.website
Last synced: 5 months ago
JSON representation
The content of basecubeone.org
- Host: GitHub
- URL: https://github.com/openbase/bco.website
- Owner: openbase
- License: gpl-3.0
- Created: 2019-01-30T13:53:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T21:19:07.000Z (over 2 years ago)
- Last Synced: 2024-12-30T11:32:36.925Z (over 1 year ago)
- Language: Vue
- Size: 27 MB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openbase Website Repository
The official bco website repository used to present the project and community guidelines.
[](https://app.netlify.com/sites/basecubeone/deploys)
Online: https://basecubeone.org
Master: https://master.basecubeone.org
## Technical Details
* used framework: https://vuepress.vuejs.org/
* build and served via: https://basecubeone.netlify.com/
## 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```