Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

tyczynski/youtube-blocker-landing

Repository files navigation

Landing page of YouTube Blocker extension

YouTube Blocker extension repository

Getting Started

Run the development server:

$ npm run dev

Open http://localhost:3000 with your browser to see the result.

Scripts

# Run the development server
$ npm run dev

# Build the production version
$ npm run build

# Run the production version of the build
$ npm run start

Conventional commits

Commit messages are written in the specification conventional commits. Several types of commits are used in a project that as:

  • feat - a new feature
  • fix - a bug fix
  • build - changes that affect the build system or external dependencies
  • ci - changes to our CI configuration files and scripts
  • style - changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • docs - changes to the documentation
  • refactor - a code change that neither fixes a bug nor adds a feature
  • test - adding missing tests or correcting existing tests
  • perf - a code change that improves performance
  • chore - the rest of the changes that don't match, like changes in prettier or eslint config
  • release - merge request with new release

License

MIT © Przemysław Tyczyński