felia/apps/about-me
pegasust 064a9355e6 WIP on theme selector of about-me, docs: updated README.mds 2022-12-01 07:53:17 +00:00
..
prisma migrate to monorepo 2022-11-15 17:03:19 +00:00
public add about and image display 2022-11-16 07:11:44 +00:00
src WIP on theme selector of about-me, docs: updated README.mds 2022-12-01 07:53:17 +00:00
.env-example migrate to monorepo 2022-11-15 17:03:19 +00:00
.eslintrc.js about-me: more config 2022-11-15 17:25:28 +00:00
.gitignore migrate to monorepo 2022-11-15 17:03:19 +00:00
README.md migrate to monorepo 2022-11-15 17:03:19 +00:00
next-env.d.ts migrate to monorepo 2022-11-15 17:03:19 +00:00
next.config.mjs add about and image display 2022-11-16 07:11:44 +00:00
package.json simple scaffold 2022-11-15 22:27:42 +00:00
postcss.config.cjs migrate to monorepo 2022-11-15 17:03:19 +00:00
prettier.config.cjs migrate to monorepo 2022-11-15 17:03:19 +00:00
tailwind.config.cjs simple scaffold 2022-11-15 22:27:42 +00:00
tsconfig.json add basic components 2022-11-17 02:55:56 +00:00

README.md

Create T3 App

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

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 the most basic configuration and then move on to more advanced configuration.

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.

We also roll our own docs with some summary information and links to the respective documentation.

Also checkout these awesome tutorials on create-t3-app.

How do I deploy this?

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