Skip to main content

Frontend

GitHub repository

Running the Application

To run the frontend application, follow these steps:

  1. Install the dependencies by running npm install.

  2. Copy the .env.example file and rename it to .env. Make any necessary modifications to the .env file.

  3. Copy both the addresses and artifact folders from the mediterraneus-smart-contracts repository (these folders are obtained after the deployment of the smart contracts) into the src folder of the frontend application.

  4. Finally, execute the application by running npm run dev.