# atips **Repository Path**: tiancixiong/atips ## Basic Information - **Project Name**: atips - **Description**: 整理一些学习或工作中的使用后端、IDE和其他工具的使用技巧知识 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://blog.xiongtianci.com/atips/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # atips 整理一些学习或工作中的使用后端、IDE和其他工具的使用技巧知识 该站点使用 [VuePress](https://v2.vuepress.vuejs.org/zh/) 构建 ## 启动 ```shell # 1.安装依赖 yarn install # 2.启动本地服务,访问地址: http://localhost:8080 yarn docs:dev ```