lab-brussels-1 / All-about-trees-group4

Agile development strategy
https://lab-brussels-1.github.io/All-about-trees-group4/index.html
MIT License
0 stars 3 forks source link

All About Trees 🌴

trees-picture

Our first project is to rebuild the "All About Trees" website in a repository created by the members of this team.

We are not going to focus on delivering a fancy HTML/CSS design but we will practice our team work skills using the AGILE DEVELOPMENT methodology.

The collaborators of this small project are:

Getting Started

  1. git clone git@github.com:HackYourFutureBelgium/template-markdown.git
  2. cd template-markdown
  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 the code quality scripts locally.

Repo Setup