NextStep Installation
NextStep is very easy to install and set up. You can install it using your favorite package manager to your React 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⚠️ Using Vite?
If you're using Vite, you'll need additional configuration to mock next/navigation. See the Basic Setup page for detailed instructions.