Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 797 Bytes

Meroku Namespace

.app and .dev minting web interface.

Organization

This repository contains the source code for interacting with the Meroku Protocol. This is a turbo monorepo.

Primary directories

Getting started

Development

  1. Clone this repo
git clone [email protected]:merokudao/namespace.git
  1. Use node version 19.2.0 or latest stable.

  2. Run yarn to install dependencies

  3. Run yarn turbo build to build the entire monorepo or yarn 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