Skip to content

Commit c0d0622

Browse files
authored
Deploy to vercel (#79)
* Install Next UI * Install tabler icons * misc
1 parent e1a02cb commit c0d0622

File tree

18 files changed

+2394
-103
lines changed

18 files changed

+2394
-103
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
save-exact=true
2+
public-hoist-pattern[]=*@nextui-org/*

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The OAuth client is required to sign in with GitHub account. You can swap provid
4444
# Client secret of GitHub app
4545
GITHUB_CLIENT_SECRET=tobechanged
4646
# Absolute base URL of Next.js app
47-
NEXTAUTH_URL=http://localhost:3000
47+
BASE_URL=localhost:3000
4848
# NextAuth.js secret, e.g. generate with "openssl rand -hex 32"
4949
NEXTAUTH_SECRET=tobechanged
5050

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"@auth/core": "0.12.0",
2121
"@auth/drizzle-adapter": "0.3.1",
2222
"@hookform/resolvers": "3.2.0",
23+
"@nextui-org/react": "2.1.13",
2324
"@planetscale/database": "1.11.0",
25+
"@tabler/icons-react": "2.39.0",
2426
"@tanstack/react-query": "4.32.6",
2527
"@trpc/client": "10.37.1",
2628
"@trpc/react-query": "10.37.1",
@@ -33,6 +35,7 @@
3335
"drizzle-orm": "0.28.6",
3436
"eslint": "8.46.0",
3537
"eslint-config-next": "13.4.13",
38+
"framer-motion": "10.16.4",
3639
"mysql2": "3.6.1",
3740
"next": "13.4.13",
3841
"next-auth": "4.23.2",

0 commit comments

Comments
 (0)