Team Guidelines

Guidelines For Front-End Developers.

团队指引,包括学习指南、规范文档等。

Getting started

Install dependencies:

  1. $ git clone https://github.com/dx-groups/guide
  2. $ cd guide
  3. $ npm install
  4. $ npm start

添加文件

  1. source/docs 目录下添加相应 markdown 文件
  2. source/_data/sidebar.yml 文件中关联文件
  3. themes/navy/languages/zh-cn.yml 文件中添加文章名

Deployment

Generate and upload assets

  1. npm run deploy

注意: 部署时直接将文件上传到服务器,需要输入服务器密码。

License

CC BY 4.0