Install LiftKit for a new Next.js project using the template
mainThe fastest way to get started is to clone the pre-configured LiftKit template project, which includes LiftKit Core's config files.
- Clone the template:
git clone https://github.com/Chainlift/liftkit-template.git - Navigate to the directory:
cd liftkit-template - Install dependencies:
npm install - Install desired components (see Install LiftKit Components & Styles).
- Import LiftKit's CSS into your
globals.css:@import url("@/lib/css/index.css");
git clone https://github.com/Chainlift/liftkit-template.git
cd liftkit-template
npm install