A guide to help run Mediolano IP Creator locally or deploy your own instance.
Mediolano IP Creator is a fully permissionless and open-source decentralized application (DApp). This means anyone can run the application locally or deploy their own instance without relying on a central authority.
Whether you are a developer looking to contribute, a user who wants to run a private instance, or an AI agent integrating with the protocol, this guide provides all the necessary steps to get up and running.
Clone the repository and install dependencies:
git clone https://github.com/mediolano/mediolano-app.git
cd mediolano-app
npm installCopy the example environment file to create your own configuration:
cp .env.example .env.localThen, open .env.local and configure the following variables:
Start the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Push your code to a Git repository (GitHub, GitLab, or Bitbucket) and import the project into Vercel.
Deploy to VercelSimilar to Vercel, you can connect your repository to Netlify for automatic deployments.
Deploy to Netlify