https://github.com/kamalyes/kamalyes.github.io
前后端开发&测试相关技术文章
https://github.com/kamalyes/kamalyes.github.io
docker java jmeter nextjs python react testing
Last synced: 3 months ago
JSON representation
前后端开发&测试相关技术文章
- Host: GitHub
- URL: https://github.com/kamalyes/kamalyes.github.io
- Owner: kamalyes
- Created: 2023-02-09T08:55:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T01:21:46.000Z (over 1 year ago)
- Last Synced: 2025-02-07T06:13:18.977Z (4 months ago)
- Topics: docker, java, jmeter, nextjs, python, react, testing
- Language: Java
- Homepage: https://www.yuyanqing.cn/tags/
- Size: 56.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## 快速上手
```bash
# clone the project
git clone [email protected]:kamalyes/kamalyes.github.io.git# enter the project directory
cd kamalyes.github.io# install dependency
npm install # or yarn install# develop
npm run docs:dev # or yarn docs:dev
```