You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install cli
yarn global add vuepress-theme-reco-cli
# create your blog
reco-cli init my-blog
cd my-blog
yarn install
# run
yarn dev
# build
yarn build