No description
This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 85.8%
  • JavaScript 7.5%
  • Shell 3.7%
  • CSS 3%
Find a file
2024-12-11 12:33:55 -06:00
.github/workflows Updated github workflows to use GITHUB_OUTPUT 2024-12-11 12:33:55 -06:00
public Initial commit 2024-11-19 22:17:36 -06:00
src Added clerk for authentication 2024-12-01 19:52:16 -06:00
.eslintrc.cjs Initial commit 2024-11-19 22:17:36 -06:00
.gitignore Added posthog and sentry to days-since project 2024-11-30 17:05:08 -06:00
components.json Added clerk for authentication 2024-12-01 19:52:16 -06:00
drizzle.config.ts Initial commit 2024-11-19 22:17:36 -06:00
next-env.d.ts Initial commit 2024-11-19 22:17:36 -06:00
next.config.js Added posthog and sentry to days-since project 2024-11-30 17:05:08 -06:00
package.json Incrementing project version 2024-12-02 01:52:28 +00:00
pnpm-lock.yaml Added clerk for authentication 2024-12-01 19:52:16 -06:00
postcss.config.js Initial commit 2024-11-19 22:17:36 -06:00
prettier.config.js Initial commit 2024-11-19 22:17:36 -06:00
README.md Initial commit 2024-11-19 22:17:36 -06:00
sentry.client.config.ts Added posthog and sentry to days-since project 2024-11-30 17:05:08 -06:00
sentry.edge.config.ts Added posthog and sentry to days-since project 2024-11-30 17:05:08 -06:00
sentry.server.config.ts Added posthog and sentry to days-since project 2024-11-30 17:05:08 -06:00
start-database.sh Removed formatting error from awk format string 2024-11-22 15:14:26 -06:00
tailwind.config.ts All components mostly created and basic UI initialized 2024-11-24 21:05:09 -06:00
tsconfig.json Added clerk for authentication 2024-12-01 19:52:16 -06:00

Create T3 App

This is a T3 Stack project bootstrapped with create-t3-app.

What's next? How do I make an app with this?

We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.

If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!

How do I deploy this?

Follow our deployment guides for Vercel, Netlify and Docker for more information.