Skip to content

Clean and simple ArkProject marketplace starter repo using the T3 Stack & Turbo repo

License

Notifications You must be signed in to change notification settings

ArkProjectNFTs/ark-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ebeb56 · Dec 13, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
Dec 13, 2024
Nov 20, 2024
Oct 9, 2024
Jun 25, 2024
Aug 28, 2024
Apr 3, 2024
Mar 25, 2024
Apr 17, 2024
Mar 25, 2024
Aug 2, 2024
Sep 3, 2024
Nov 19, 2024
Sep 3, 2024
Aug 30, 2024
Mar 25, 2024

Repository files navigation

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:

  • ui: UI component library, using shadcn.

The tooling directory contains the code for:

  • eslint: ESlint presets.
  • prettier: Prettier presets.
  • tailwind: Tailwind presets.
  • typescript: Typescript configuration.

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

About

Clean and simple ArkProject marketplace starter repo using the T3 Stack & Turbo repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages