Skip to content

gerzon05/commerce

 
 

Repository files navigation

Commerce

Open Land

This is the source code for https://ui-commerce.up.railway.app/ by Open Land.


Project Information

Goals

  • Open Source
  • Scalable
  • Easy to use

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

About

Open source commerce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.0%
  • Python 31.7%
  • CSS 0.6%
  • JavaScript 0.6%
  • HTML 0.4%
  • Shell 0.4%
  • Dockerfile 0.3%