Overview
EmelVerse is a dynamic platform designed to celebrate creativity and digital expression. Whether you're an artist, collector, or enthusiast, EmelVerse offers a space to explore unique digital assets in a vibrant and ever-evolving ecosystem. Dive into a world of endless possibilities and discover a new dimension of creativity.
Node.js (>=16.x) Yarn or npm
git clone https://github.com/devEMEL/emel-verse-main
cd your-dappyarn install
# or
npm installCreate a .env.local file and add:
MONGODB_CONNECTION_STRING=<Your MongoDB Connection String>
MONGODB_PASSWORD=<Your MongoDB password>
NEXT_PUBLIC_PINATA_JWT=<Your IPFS JWT>yarn dev
# or
npm run devVisit http://localhost:3000 in your browser.
Check out our documentation for more details.