Uses NextJS as a React framework
Initial import of assets in `public/`:
* css/
* favicon/
* img/
Initial authentication work
* Use next-auth CredentialsProvider to pull user information from TA
* Add sign in and sign out functionality using default next-auth
login page
TODO
* Custom login page