how do i setup the refine project locally after cloning it
i am having problem to set up locally
node -v. If you do not have a compatible version of Node.js installed, follow these instructions to install Node.js (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) via the terminal. In addition to a terminal, you will also need a code editor to write and edit your code. A code editor is a software application that allows you to write and edit code for various programming languages. This tutorial will use VS Code, but you can use any code editor that is compatible with your operating system. Some other popular code editors include Sublime Text, Atom and Eclipse. source (https://refine.dev/docs/tutorial/getting-started/prepare-env/)

create refine-appnpm create refine-app@latest dynamic-form-example -- -b v3cdcd dynamic-form-examplenpm i @refinedev/react-hook-formnpm run devlocalhost:8000npm run bootstrap --scope base-chakra-uinpm run start --scope base-chakra-ui