Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 644 Bytes

BaiduExporter Contributing Guide

Before contributing to BaiduExporter, please make sure to take a moment and read through the following guidelines.

Development Setup

Please make sure your Node.js version 6+.

After cloning the repo, run:

$ cd chrome
$ npm install
$ npm run dev

Now, you can load extension from dist fold. Gulp will watch and re-build the project.

If you want to package the extension. run:

$ npm run build

Gulp will generate compressed file in dist fold.