Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 799 Bytes

Simple Next.js boilerplate.

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Dependencies

Custom components

  • icon with Lucide icons,
  • customLink (styled with buttonVariants from Shadcn),
  • customFormSubmit (loading implemented and styled with buttonVariants from Shadcn),