# guide **Repository Path**: xkloveme/guide ## Basic Information - **Project Name**: guide - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Front-End Coding Guidelines Installation Coding Guidelines For Front-End Developers. ## Getting started Install dependencies: ``` bash $ git clone https://github.com/o2team/guide.git $ cd guide $ npm install ``` Generate: ``` bash $ hexo g ``` Run server: ``` bash $ hexo s --watch ``` ## Deployment 1. Generate and optimize assets ```bash gulp ``` 2. Deploy to the gh-pages branch ```bash hexo d -g ``` ## License [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)