Skip to content

Commit

Permalink
update readme & credits
Browse files Browse the repository at this point in the history
  • Loading branch information
slawton3 committed Apr 21, 2024
1 parent 85a7a11 commit 0e4a187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an open source e-commerce jetpack build with everything new in Next.js 14. It is bootstrapped with `create-t3-app`.

[![Jetpack](./public/images/screenshot.png)](https://tryjetpack.dev/)
[![Jetpack](./public/images/jetpack-logo.png)](https://tryjetpack.dev/)

> **Warning**
> This project is still in development and is not ready for production use.
Expand All @@ -25,7 +25,7 @@ This is an open source e-commerce jetpack build with everything new in Next.js 1
- [x] Database with **Supabase**
- [x] ORM using **Drizzle ORM**
- [x] Authentication with **Clerk**
- [x] Email**Resend**
- [x] Email with **Resend**
- [x] Validation with **Zod**
- [x] CI starter with Github Actions

Expand Down
Binary file added public/images/jetpack-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ export const siteConfig = {
href: "https://ui.shadcn.com",
external: true,
},
{
title: "T3 Stack",
href: "https://create.t3.gg/",
external: true,
},
],
},
{
Expand Down

0 comments on commit 0e4a187

Please sign in to comment.