Skip to content

Commit

Permalink
Update readme and github link
Browse files Browse the repository at this point in the history
  • Loading branch information
workshop-maybe committed Apr 29, 2024
1 parent 9aa882b commit 4188f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
34 changes: 5 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,10 @@
# Plutus Project-Based Learning 2024
From Gimbalabs & Friends

This project is live at https://plutuspbl.io. It was bootstrapped with [`create-t3-app`](https://create.t3.gg/). The original T3 docs are below.
This project is live at https://plutuspbl.io.

# Create T3 App

This is a [T3 Stack](https://create.t3.gg/) 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](https://t3.gg/discord) and ask for help.

- [Next.js](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
Companion repositories:
- [ppbl2024-plutus-examples](https://github.com/gimbalabs/ppbl2024-plutus-examples)

## Learn More

To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:

- [Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials

You can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!

## How do I deploy this?

Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
# Create T3 App
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`. To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the [Documentation](https://create.t3.gg/)
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home() {
Plutus Project-Based Learning 2024
</h1>
<div className="mx-auto mt-[5rem] flex w-full flex-row justify-between md:w-3/4">
<Link href="https://github.com/orgs/gimbalabs/teams/plutus-project-based-learning-2024/repositories">
<Link href="https://github.com/gimbalabs/ppbl2024-front-end">
<GitHubLogoIcon width={50} height={50} />
</Link>
<Link href="https://gimbalabs.com">
Expand Down

0 comments on commit 4188f38

Please sign in to comment.