# homepage **Repository Path**: e4ting/homepage ## Basic Information - **Project Name**: homepage - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-03 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人主页模板 ## 开始 ``` node@v10.16.0 or higher npm@6.9.0 or higher git@2.17.1 or higher ``` ## demo http://e4ting.cn ## 使用 ```bash # Clone this repository git clone https://github.com/saadpasta/developerFolio.git # Go into the repository cd developerFolio # Setup default environment variables # For Linux cp env.example .env # Install dependencies npm install # Start a local dev server npm start ```