Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 682 Bytes

File metadata and controls

63 lines (41 loc) · 682 Bytes

Setup

Setup for develope and contribute.

At filter-dom-url we use npm to execute commands.

Do: npm i, the setup will also install project for you.

That's all.

Setup manually

Setup your local repository

git clone https://github.com/Kassaila/filter-dom-url
cd filter-dom-url
npm i

To run the test

npm run test

To run JS formatter (ESLint)

npm run fix-js

To run develop

npm run dev

To run build

npm run build

To develop with examples

  • go to folder:
cd examples
  • run develop:
npm run dev

To update examples build

npm run build