Commit Graph

4 Commits

Author SHA1 Message Date
Sean Norwood 67fec4ae5e chore: use the nextjs way for fonts 2022-04-07 22:51:23 +00:00
Sean Norwood 4e4db8f0ae chore: don't need to load script.js anymore 2022-04-06 18:48:12 +00:00
Sean Norwood eec288af5f chore: add external js files 2022-04-03 00:26:53 +00:00
Sean Norwood 1b5534b6d4 Initial React frontend work
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
2022-03-29 17:19:24 +00:00