https://github.com/anyone-yuren/gaia-web
https://github.com/anyone-yuren/gaia-web
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyone-yuren/gaia-web
- Owner: anyone-yuren
- Created: 2019-03-31T03:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T03:39:45.000Z (over 6 years ago)
- Last Synced: 2025-02-01T16:48:47.009Z (9 months ago)
- Language: HTML
- Size: 5.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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/)