# website-lookeng **Repository Path**: haml/website-lookeng ## Basic Information - **Project Name**: website-lookeng - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2023-07-20 - **Last Updated**: 2023-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # website-v2 #### 介绍 自2022年6月起,website-v2替代原website仓库,作为[openLooKeng社区官网](https://openlookeng.io/)的源码仓库。 #### 软件架构 官网使用vitepress基础框架搭建。大部分功能仅通过静态文件渲染,只有少部分功能模块(例如搜索)需要后端部署配合运行。 各目录解释如下: ``` website-v2 ├─ app ├─ deploy ``` #### 参与贡献 1. 点击本仓库Gitee主页右上角的Fork按钮,创建个人Fork仓 2. 使用git工具把代码拉取到本地 3. 新建 Feat_xxx 分支进行开发 3. 开发完成后,提交代码到个人Fork仓 4. 新建pull request,把修改以PR形式提交到本仓库