Skip to content

Commit

Permalink
Add NextReady, LaterOn, and VoiceTaking (#549)
Browse files Browse the repository at this point in the history
* Add LaterOn and NextReady resources

* Add LaterOn and NextReady resources

* Remove resources

---------

Co-authored-by: Marcel Cruz <[email protected]>
  • Loading branch information
mgilangjanuar and marcelscruz authored Oct 29, 2024
1 parent 746c16f commit 8acf810
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ export const resources: Resource[] = [
url: 'https://nextradar.dev',
keywords: ['Nextjs', 'React', 'Vercel'],
},
{
name: 'NextReady',
categories: ['Template', 'Programming'],
description:
'More than just a boilerplate. A ready-to-use Next.js template with Prisma, TypeScript, shadcn/ui, and more.',
keywords: ['next.js', 'boilerplate', 'template', 'typescript', 'prisma', 'shadcn/ui'],
url: 'https://nextready.dev',
},
{
name: 'NextUI',
description: 'Beautiful, fast, modern React UI Library',
Expand Down

0 comments on commit 8acf810

Please sign in to comment.