- 🟢 Node.js
- 🧶 Yarn
- 🐳 Docker
- 🦊 Metamask
-
Duplicate the
.env.examplefile and rename it to a.envfile. -
Run
yarnto install all dependencies. 📦 -
To setup and run the database, execute the following command in the terminal:
docker compose up
- In another terminal window, run:
npx prisma db push
npx prisma generate
This will initialize your database and generate the required Prisma client. 🗂️
-
Run
yarn devin your terminal. -
Open your web browser and go to
localhost:3000to start using Mindgem! 🚀
Enjoy exploring Mindgem! 😄