YouTube Blocker extension repository
Run the development server:
$ npm run devOpen http://localhost:3000 with your browser to see the result.
# Run the development server
$ npm run dev
# Build the production version
$ npm run build
# Run the production version of the build
$ npm run startCommit messages are written in the specification conventional commits. Several types of commits are used in a project that as:
feat- a new featurefix- a bug fixbuild- changes that affect the build system or external dependenciesci- changes to our CI configuration files and scriptsstyle- changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)docs- changes to the documentationrefactor- a code change that neither fixes a bug nor adds a featuretest- adding missing tests or correcting existing testsperf- a code change that improves performancechore- the rest of the changes that don't match, like changes in prettier or eslint configrelease- merge request with new release