Prettier is a library for formatting files to make it easier to merge code
https://prettier.io/
Adds prettier command which runs prettier on all files
Adds stylecheck command which checks the files but does not modify (used for CI)
Adds a github workflow to run style checking on commits to the main branch and pull requests