TeamBasedInquiryLearning / library

Monorepo for the TBIL library and project webpage
https://tbil.org
Other
3 stars 4 forks source link

Team-Based Inquiry Learning

Welcome to our mono-repo for the Team-Based Inquiry Learning (TBIL) project. The main products in this repository are our TBIL activity books and exercise banks (the "TBIL Resource Library"), as well as our project website at https://tbil.org.

Get Involved

Everyone is welcomed to contribute to this project! You're directed to these resources:

Contributing for Advanced Users

We recommend using Codespaces to propose changes to this repository or a fork, even for advanced users:

Open in GitHub Codespaces

If developing locally anyway, you are encouraged to review .devcontainer.json to learn our dependencies, and to install our pre-commit hook to prevent accidentally committing to the main branch:

git config core.hooksPath .githooks