.app and .dev minting web interface.
This repository contains the source code for interacting with the Meroku Protocol. This is a turbo monorepo.
Primary directories
- apps/web Webapp for minting of NFTs core to Meroku Protocol.
- packages/contracts Smart Contract for the Meroku Protocol.
- Clone this repo
git clone [email protected]:merokudao/namespace.git
-
Use node version 19.2.0 or latest stable.
-
Run
yarn
to install dependencies -
Run
yarn turbo build
to build the entire monorepo oryarn turbo dev
to start the dev servers. If you want to work with individual apps or packages, the steps are mentioned inside each one's README.md