An open API service indexing awesome lists of open source software.

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全栈开发环境搭建指南

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/)