https://github.com/o2team/mac
Best Installation Guides For Full-Stack Developers Using MAC OS - MAC全栈开发环境搭建指南
https://github.com/o2team/mac
Last synced: over 1 year ago
JSON representation
Best Installation Guides For Full-Stack Developers Using MAC OS - MAC全栈开发环境搭建指南
- Host: GitHub
- URL: https://github.com/o2team/mac
- Owner: o2team
- License: mit
- Created: 2015-11-02T16:43:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T17:41:42.000Z (about 4 years ago)
- Last Synced: 2025-04-02T10:12:04.708Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mac.aotu.io/
- Size: 17.5 MB
- Stars: 260
- Watchers: 28
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Full-Stack Development Guide
Installation Guides For Full-Stack Developers Using MAC OS
## Getting started
Install dependencies:
``` bash
$ git clone https://github.com/o2team/mac.git
$ cd mac
$ 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 deploy
```
## Contributors
- English - [mamboer]
- 简体中文 - [天哥]
## License
[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)