Remote-Repositry-Exercise

(project name)

Getting Started

  1. git clone git@github.com:HackYourFutureBelgium/<project-name>.git
  2. cd project-name
  3. npm install

Code Quality Checks

Continuous Integration (CI)

When you open a PR to main/master in your repository, GitHub will automatically do a linting check on the code in this repository, you can see this in the./.github/workflows/lint.yml file.

If the linting fails, you will not be able to merge the PR. You can double check that your code will pass before pushing by running npm run lint:md locally.

Repo Setup