forked from OpenAtom-Linyaps/linyaps-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. add README.md, README.zh_CN.md and LICENSE LOG: add README and LICENSE
- Loading branch information
Showing
8 changed files
with
380 additions
and
1,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ pnpm-lock.yaml | |
smartmontools.md | ||
zsh_history.md | ||
/package-lock.json | ||
/yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# SPDX-FileCopyrightText: 2017 - 2022 UnionTech Software Technology Co., Ltd. | ||
# | ||
# SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
||
FROM hub.deepin.com/library/node:16 AS builder | ||
WORKDIR /linglong-homepage | ||
COPY . . | ||
RUN yarn --registry=http://registry-npm.sndu.cn/ install && yarn build | ||
|
||
FROM hub.deepin.com/library/nginx:latest | ||
COPY --from=builder /linglong-homepage/.vitepress/dist/ /usr/share/nginx/html | ||
COPY --from=builder /linglong-homepage/.vitepress/dist/ /usr/share/nginx/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Linglong Home Page | ||
|
||
## Dependencies | ||
|
||
### Build dependencies | ||
|
||
- Node.JS >= 16 | ||
|
||
## Quick Start | ||
|
||
### Install | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
### Start | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
## Getting involved | ||
|
||
We encourage you to report issues and contribute changes | ||
|
||
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) | ||
|
||
## License | ||
|
||
linglong-homepage is licensed under [LGPL-3.0-or-later](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Linglong Home Page | ||
|
||
## 依赖 | ||
|
||
### 编译依赖 | ||
|
||
- Node.JS >= 16 | ||
|
||
## 快速开始 | ||
|
||
### 安装 | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
### 开始 | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
## 参与贡献 | ||
|
||
我们鼓励您报告问题并作出更改 | ||
|
||
* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) | ||
|
||
## License | ||
|
||
linglong-homepage 遵循协议 [LGPL-3.0-or-later](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.