Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 514 Bytes

BUILDING.md

File metadata and controls

26 lines (16 loc) · 514 Bytes

Building online-chess-enhancement-suite

Once you have development environment setup, building the bundle for distribution should be as simple as running:

npm run dist

To setup the development environment it should be enough to run:

npm install --include=dev

Development

Build the development version with:

npm run dev

This will create a distribution/webext-dev/ folder. Open the browser config page where you debug extensions and load the extension from this folder.