Skip to content

open-ss-lab/commerce

Repository files navigation

Commerce

Open Land

This is the source code for Commerce, Dashboard, Api by Open Land.


Getting started (frontend only)

If you are only interested in making changes to the interface, you can run the frontend in a development mode as follows.

Prerequisites

Running packages frontend

  1. pnpm install --frozen-lockfile

  2. pnpm dev

  3. http://localhost:3000, http://localhost:5173

Getting started (Backend only)

If you are only interested in making changes to the server, you can run the backend in a development mode as follows.

Prerequisites

Running backend

  1. uv venv

Windows Activate

  1. ./.venv/Scripts/activate.ps1

Unix Activate

  1. source .venv/bin/activate

  2. uv pip install -r requirements.txt

  3. uv pip install -r requirements-dev.txt

  4. ./scripts/server.sh

License

commerce is licensed under either of