This project is a blockchain peer-to-peer network built with Vite, TypeScript, React, shadcn-ui, and Tailwind CSS.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone <YOUR_GIT_URL>
- Navigate to the project directory:
cd <YOUR_PROJECT_NAME>
- Install the necessary dependencies:
npm install
To run the project, execute the following command:
npm run dev