- Node.js version 18 and
pnpm
installed 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-interface
Install pnpm and the project dependencies:
npm i -g pnpm
pnpm i
Run the following command in the project directory to start the development server:
pnpm dev
The 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.