- Node.js version 18 and
pnpminstalled on your system - Wallet Connect account
Clone the repository and navigate to its directory:
git clone https://github.com/DoraFactory/migration-user-interface.git
cd migration-user-interfaceInstall pnpm and the project dependencies:
npm i -g pnpm
pnpm iRun the following command in the project directory to start the development server:
pnpm devThe development server will be running at http://localhost:5173 (or the port number displayed in the terminal). Visit this URL to interact with the web app and see your changes in real-time..