You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TZGyn 1c3e2c169b
Update bookmarks to be fetched on render
2 years ago
app Update bookmarks to be fetched on render 2 years ago
components Update bookmarks to be fetched on render 2 years ago
config Added dashboard route 2 years ago
drizzle/meta Added drizzle orm 2 years ago
lib Added zod and use drizzle to get and add bookmarks 2 years ago
public init 2 years ago
styles init 2 years ago
types Added zod and use drizzle to get and add bookmarks 2 years ago
.dockerignore Added docker 2 years ago
.env.example Update bookmarks to be fetched on render 2 years ago
.eslintrc.json init 2 years ago
.gitignore init 2 years ago
.prettierrc.yaml Added prettier config 2 years ago
Dockerfile Update Dockerfile 2 years ago
LICENSE init 2 years ago
README.md init 2 years ago
docker-compose.yml Update docker-compose (version number to string) 2 years ago
drizzle.config.ts Added zod and use drizzle to get and add bookmarks 2 years ago
next.config.js init 2 years ago
package-lock.json init 2 years ago
package.json Added zod and use drizzle to get and add bookmarks 2 years ago
pnpm-lock.yaml Added zod and use drizzle to get and add bookmarks 2 years ago
postcss.config.js init 2 years ago
tailwind.config.js init 2 years ago
tsconfig.json Added drizzle orm 2 years ago

README.md

Next.js & NextUI Template

This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).

Technologies Used

How to Use

Use the template with create-next-app

To create a new project based on this template using create-next-app, run the following command:

npx create-next-app -e https://github.com/nextui-org/next-app-template

Install dependencies

npm install

Run the development server

npm run dev

License

Licensed under the MIT license.