Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 679 Bytes

YAAW-for-Chrome Contributing Guide

Before contributing to YAAW-for-Chrome, please make sure to take a moment and read through the following guidelines.

Development Setup

Please make sure your Node.js version 16+ and pnpm version 6.32.4+

After cloning the repo, run:

$ pnpm install
$ pnpm 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:

$ pnpm build

Gulp will generate compressed file in dist fold.