solana basic ui
1.0.0
The code for this repository will be deployed under the solana-cn.com domain name.
To participate in the translation, please refer to issues.
Reading order:
If you have questions about the content of the article, please read the English document first to see if it is a translation problem.
If it is a translation problem, please PR directly to this warehouse;
This site is built on Vitepress and is deployed on vercel.com
For the following local debugging, please install Node.js according to your running environment and perform the following operations:
# 克隆本仓库
git clone https://github.com/Fankouzu/solana-basic-ui.git
# 进入仓库根目录
cd solana-basic-ui
# 安装依赖
npm install
After performing the above operation, you can perform local debugging:
npm run docs:dev