BibliothecaDAO / market

Market for the Realms World
https://market.realms.world
MIT License
1 stars 1 forks source link

ArkMarket

ArkProject marketplace template using the T3 Stack & Turborepo. See live demo at market.arkproject.dev.

About

Here’s the monorepo structure:

apps
  ├─ arkmarket
packages
  ├─ ui
tooling
  ├─ eslint
  ├─ prettier
  ├─ tailwind
  └─ typescript

The apps directory contains the code for:

The packages directory contains the code for:

The tooling directory contains the code for:

We use @ark-market as a placeholder for package names. You might want to replace it with your own organization or project name. You can use find-and-replace to change all the instances of @ark-market to something like @my-company or @project-name.

Template

We use @ark-market as a placeholder for package names. You might want to replace it with your own organization or project name. You can use find-and-replace to change all the instances of @ark-market to something like @my-company or @project-name.

Local setup

Clone the repo:

git clone git@github.com:ArkProjectNFTs/ark-market.git

Install dependencies:

pnpm i

Configure environment variables:

cp .env.example .env

Start arkmarket application:

pnpm dev