Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 632 Bytes

openGemini-website

Brief Introduction

Website is openGemini community contents management system base on vuepress2 framework. The customized theme provided by vuepress2 os used to meet the personalized display requirements of the website. Website address: http://opengemini.org/ Now we are under developing, welcome to join us.

Development Environment

  1. Node Version >= 16.19.0

Installation

// 1. clone
git clone https://github.com/openGemini/website.git

// 2. install dependencies
npm install

// 3. local development
npm run docs:dev

Contribution

Please refer to help for more guide