Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1006 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1006 Bytes

NextPallette

landing page

Node Environment

NODE >= v18

About the Project

Welcome to NextPallette, your go-to source for a versatile and beautifully crafted collection of reusable UI components designed specifically for Next.js applications.

Tech Stack

  • Next.js: A React framework for building server-rendered React applications.
  • TypeScript: A statically typed superset of JavaScript that helps catch type-related errors during development.
  • PostCSS: A CSS preprocessor that enables you to use modern CSS features.

Build and Start the project

Next Development

yarn dev

Next Build

yarn build

Next Production Start

yarn start

Contributors