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 32e35e8aa8
Remove search from navbar
2 years ago
app Added logout api route 2 years ago
components Remove search from navbar 2 years ago
config Update landing page 2 years ago
drizzle Added user + auth table 2 years ago
lib Update getUser to not return user if session token expired 2 years ago
public init 2 years ago
styles init 2 years ago
types Removed link and description inputs from form 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 (remove .env.example copy to local) 2 years ago
LICENSE init 2 years ago
README.md init 2 years ago
docker-compose.yml Remove db from docker-compose 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 avatar package 2 years ago
pnpm-lock.yaml Added avatar package 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.