Fork the repository by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.
Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
cd "folder name"
pnpm install
Building the motion package is necessary to compile the latest code changes and ensure that the package functions correctly within the project. This step generates the necessary build artifacts, allowing you to develop, test, and verify your modifications effectively
cd packages/motion
pnpm build
go to root again
cd ../..
go to playground/nuxt where you can test the motion package.
cd playground/nuxt
install dependencies
pnpm install
start the development server
pnpm run dev
This will start the development server and open the browser with the playground.