Skip to content

前端小栈

欢迎任何人共建

这是一个基于 vitepress 搭建的博客类,主要分享一些 Web 相关的知识

快速开始

bash
- Clone the https://github.com/GuoJikun/blogs.git
- Install package pnpm install
- Development run pnpm run dev
- Open http://localhost:9010 in your browser.

Contributing

bash
- Fork this repository
- Create your branch: git checkout -b new-branch
- Make your changes
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin new-branch
- Submit a pull request

也可以提交 issue,欢迎需求 ~

MIT Licensed