Skip to content

kencani/kitties-frontend

 
 

Repository files navigation

Substrate Kitty Course Front-end

Demo视频

kitites-video

使用教程

运行Node节点

# 克隆项目
git clone https://github.com/zhiquan911/substrate-node-template.git
cd ./substrate-node-template
git checkout oneblock

# 启动节点
cargo run --release -- --dev --tmp

运行前端

The codebase is installed using git and yarn. This tutorial assumes you have installed yarn globally prior to installing it within the subdirectories. For the most recent version and how to install yarn, please refer to yarn documentation and installation guides.

# 克隆项目
git clone https://github.com/zhiquan911/kitties-frontend
cd ./kitties-frontend
# 安装依赖
yarn install
# 启动项目
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.8%
  • Shell 0.1%