robertsky123 / mac

Best Installation Guides For Full-Stack Developers Using MAC OS - MAC全栈开发环境搭建指南

Home Page:http://aotu.io/mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full-Stack Development Guide

Installation Guides For Full-Stack Developers Using MAC OS

Getting started

Install dependencies:

$ git clone https://github.com/o2team/mac.git
$ cd mac
$ npm install

Generate:

$ hexo g

Run server:

$ hexo s --watch

Deployment

  1. Generate and optimize assets
gulp
  1. Deploy to the gh-pages branch
hexo deploy

Contributors

  • English - [mamboer]
  • 简体中文 - [天哥]

License

CC BY 4.0

About

Best Installation Guides For Full-Stack Developers Using MAC OS - MAC全栈开发环境搭建指南

http://aotu.io/mac

License:MIT License


Languages

Language:JavaScript 83.6%Language:CSS 14.9%Language:HTML 1.5%