forked from Fankouzu/solana-basic-ui
-
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.
- Loading branch information
Showing
3 changed files
with
43 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,3 +1,37 @@ | ||
# solana-basic-ui | ||
# Solana中文大全 | ||
|
||
[Edit in StackBlitz next generation editor ⚡️](https://stackblitz.com/~/github.com/Fankouzu/solana-basic-ui) | ||
此仓库的代码会部署在 [solana-basic.surge.sh](https://solana-basic.surge.sh/) 域名下,后面会挑选一个更合适的顶级域名。 | ||
|
||
## 任务认领 | ||
|
||
参与翻译,请参考 [issues](https://github.com/Fankouzu/solana-basic-ui/issues)。 | ||
|
||
阅读顺序: | ||
- [翻译流程说明](https://github.com/Fankouzu/solana-basic-ui/issues/17) | ||
- [翻译任务认领](https://github.com/Fankouzu/solana-basic-ui/issues/14) | ||
|
||
## Pull Requests | ||
如果你对文章内容存在疑问,请先阅读英文文档,查看是不是翻译问题。 | ||
|
||
如果属于翻译问题,请直接 PR 到本仓库; | ||
|
||
## 开发 | ||
|
||
此站点基于 [Vitepress](https://vitepress.dev/zh/) 构建,并部署在 [surge.sh](https://surge.sh) | ||
|
||
## 本地调试 | ||
如下本地调试,请根据你的运行环境安装 [Node.js](https://nodejs.org),并进行如下操作: | ||
``` | ||
# 克隆本仓库 | ||
git clone https://github.com/Fankouzu/solana-basic-ui.git | ||
# 进入仓库根目录 | ||
cd solana-basic-ui | ||
# 安装依赖 | ||
npm install | ||
``` | ||
执行完上述操作,即可进行本地调试: | ||
``` | ||
npm run docs:dev | ||
``` |
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