Frontend
Running the Application
To run the frontend application, follow these steps:
-
Install the dependencies by running
npm install
. -
Copy the
.env.example
file and rename it to.env
. Make any necessary modifications to the.env
file. -
Copy both the
addresses
andartifact
folders from themediterraneus-smart-contracts
repository (these folders are obtained after the deployment of the smart contracts) into thesrc
folder of the frontend application. -
Finally, execute the application by running
npm run dev
.