评论测试页面

剑心犹在

构建本地环境

  • WSL 适用于Linux的Windows子系统

     >   wsl --install
    

wsl

  • Node.js (使用Docker下部署)

     >   docker pull node:24-alpine           # 拉取 Node.js Docker 镜像
     >   docker run -it --rm --entrypoint sh node:24-alpine   # 创建 Node.js 容器并启动一个 Shell 会话   
     >   node -v # Should print "v24.14.0".
     >   npm -v # Should print "11.9.0".
    

docker

Yu ShiYanG

Yu ShiYanG

Life is struggle Be willing to do Be happy to bear .