We aim to create an open and safe nft marketplace for everyone. This will be a challenge for both me and the contributors. Together we will create an open source, reliable and beautiful nft marketplace example. The purpose of this project is not to operate an nft marketplace, but to create a template for nft marketplaces. Thus, many nft marketplaces can be easily created by forking and modifying this template. This will be beneficial for us to support the artists. We can only succeed in the world by coming from different areas and joining our forces.
In the project directory, you can run:
yarn install:server
yarn install:client
# or
npm run install:server
npm run install:client
# or
pnpm install:server
pnpm install:client
# or
bun install:server
bun install:client
yarn dev:server
yarn dev:client
# or
npm run dev:server
npm run dev:client
# or
pnpm dev:server
pnpm dev:client
# or
bun dev:server
bun dev:client