(Please use the phone view, to use the app)
This is a Next.js project bootstrapped with create-next-app.
First, ensure you have Yarn installed. You can install it globally using npm:
npm install -g yarn
Step 1: Clone the Repository Clone the repository to your local machine:
git clone https://github.com/divyanshlight/MiniWallet.git
Navigate into the project directory:
cd mini-app-crypto-wallet
Step 2: Install Dependencies Install the project dependencies using Yarn:
yarn
Step 3: Start the Development Server Start the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Step 4: Learn More About Next.js To learn more about Next.js, take a look at the following resources:
Next.js Documentation - learn about Next.js features and API. Learn Next.js - an interactive Next.js tutorial. Step 5: Deploy on Vercel The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.