46 words
1 minute
Hello World

Fuwari & Cloudflare#

node -v
git -v
pnpm create fuwari@latest my-blog
cd my-blog
npm install
git add .
git commit -m "Init"
git branch -M main
git remote add origin https://github.com/wangjunicode/wangjunicode.github.io.git
git push -u origin main
pnpm run dev
pnpm run build
git push -u origin main
Hello World
https://fuwari.vercel.app/posts/helloworld/
Author
Wang Jun
Published at
2017-08-02
License
CC BY-NC-SA 4.0