Created
March 4, 2020 12:06
-
-
Save jimmychu0807/5d0a096f4863e2f5246d8c5843cf1aad to your computer and use it in GitHub Desktop.
Markdium-用 Substrate Front-end Template 輕鬆打造你的 React 應用
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
# -- 安裝 NodeJS v12 (https://nodejs.org/en/download/), | |
# 及 yarn 工具 (https://classic.yarnpkg.com/en/docs/install) | |
# -- 下載 Substrate 前端模版並跑起來 | |
cd .. | |
git clone https://github.com/substrate-developer-hub/substrate-front-end-template front-end-template | |
cd front-end-template | |
yarn install | |
yarn start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment