# personal web sites **Repository Path**: meyerZhao-lab/personal-web-sites ## Basic Information - **Project Name**: personal web sites - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单的个人网页 ## 技术栈 html + css + sass ## 项目运行 ```shell git clone #克隆项目 npm install #安装依赖包 npm run sass #监听sass变化 编译成css。 ```