Add basic NextJS page outline.

This commit is contained in:
Eli Ribble 2023-12-18 08:55:02 -07:00
parent 26f999828c
commit 6ce3c378d6
14 changed files with 4672 additions and 0 deletions

3
.eslintrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}