t3-app-better-auth
No description available.
File Explorer
Download Latest Version (.zip)- schema.prisma
- favicon.ico
- page.tsx
- page.tsx
- layout.tsx
- post.tsx
- route.ts
- route.ts
- forget-password.tsx
- page.tsx
- reset-password.tsx
- page.tsx
- layout.tsx
- page.tsx
- login.tsx
- signup.tsx
- user-profile.tsx
- auth-client.ts
- social-login.ts
- user.ts
- auth.ts
- post.ts
- root.ts
- trpc.ts
- auth.ts
- db.ts
- globals.css
- query-client.ts
- react.tsx
- server.ts
- env.js
- .env.example
- .eslintrc.cjs
- .gitignore
- next.config.js
- package.json
- pnpm-lock.yaml
- postcss.config.js
- prettier.config.js
- README.md
- start-database.sh
- tailwind.config.ts
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/Bekacru/t3-app-better-auth
Downloads the entire project code from GitHub to your computer.
cd t3-app-better-auth
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
