To run the project locally:
- Make sure you have Radix connector for Chrome installed
- Connect your Radix mobile app
- Clone the project repository
cd dApp
- Install dependencies with
npm install
- Initialise loal database with
npm run db:generate
- Start the development server with
npm run dev
- Open your browser and visit
http://localhost:3000