Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 560 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 560 Bytes

Snax.One browser extension

Supported browsers

Dependencies

npm install or yarn install

Build options

  • Run as a page with webpack dev server npm start

  • Create development build for packaging as chrome extension npm run package

  • Create production build for packaging as chrome extension npm run build

Tests

Run selenium integration test

npm run integration-test

Run unit test

npm run test