BigCheeze45 / angel-among-us-vms

Volunteer Management System for Angel Pet Rescue
https://angelsrescue.org
1 stars 0 forks source link

Add devcontainer for easy development #1

Closed BigCheeze45 closed 2 weeks ago

BigCheeze45 commented 2 weeks ago

This change adds dev containers to simplify and streamline developers. This includes all the tools and dependencies and provides a standardized environment. With this, you can work on the codebase without having to install anything other than docker & git.

Additionally, this add pre-commit hooks to perform linting and formatting checks prior to committing.