An open-source portfolio template with a custom admin dashboard bootstrapped with create-t3-app
.
Dashboard and landing page view[!WARNING] This project is in early development stage and is not recommended for production use. Various aspects of the application are subject to change.
.env.example
to the .env
file and update the variablespnpm run prisma:push
pnpm run dev
pnpm run prisma:studio
DATABASE_URL=
DATABASE_DIRECT_URL=
NEXTAUTH_SECRET=
NEXTAUTH_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
AWS_S3_BUCKET=
AWS_S3_REGION=
AWS_S3_ACCESS_KEY=
AWS_S3_SECRET_ACCESS_KEY=
ALLOWED_EMAIL_ADDRESSES=
Follow the deployment guides for Vercel, Netlify and Docker for more information.
This project is under the MIT license.