Skip to content

DoraFactory/migration-user-interface

 
 

Repository files navigation

Prerequisites

  • Node.js version 18 and pnpm installed on your system
  • Wallet Connect account

Setting up your local environment

Step 1: Clone the repo

Clone the repository and navigate to its directory:

git clone https://github.com/DoraFactory/migration-user-interface.git
cd migration-user-interface

Step 2: Install pnpm and dependencies

Install pnpm and the project dependencies:

npm i -g pnpm
pnpm i

Part 2: Running the project locally

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • CSS 2.0%
  • Other 0.4%