/cba-website

Chromium browser automation browser extension website

Primary LanguageLess

Chromium Browser Automation website

Links

Installation

npm i

Starting server

With cache

npm start

For development

npm run dev

Generating static content

npm run build

Deploying

npm run deploy

Testing

npm test                  # run all linters
npm run test:eslint       # run eslint
npm run test:stylelint    # run stylelint
npm run test:prettier     # run prettier linters