NextStep Installation
NextStep is very easy to install and set up. You can install it using your favorite package manager to your Next.js project.
Select your framework
Installation
# npm
npm i nextstepjs motion
# pnpm
pnpm add nextstepjs motion
# yarn
yarn add nextstepjs motion
# bun
bun add nextstepjs motion