1.2 KiB
1.2 KiB
目录
功能展览
开始使用
docker方式
docker run -d --name tools-web --restart unless-stopped -p 8080:80 docker0796/tools-web:latest
访问:
手动
安装pnpm
npm install pnpm -g
克隆
git clone --depth=1 https://github.com/taoran1401/tools-web.git
安装
# 进入项目
cd tools-web
# 复制配置文件
cp .env.example .env.development
# 安装
pnpm install
启动
pnpm dev
打包
pnpm build
