Skip to content

Latest commit

 

History

8,026 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This repository contains two main components:

  1. tracenut-frontend – a Next.js application providing the front‑end UI.
  2. vendure – a headless commerce monorepo built with NestJS, GraphQL, and a React/TanStack admin dashboard.

Getting Started

Prerequisites

  • Node.js (20+)
  • npm, yarn, pnpm or bun (choose your preferred package manager)
  • For Vendure: a supported SQL database (SQLite, PostgreSQL, MySQL/MariaDB)

Development

Front‑end (tracenut-frontend)

cd tracenut-frontend
npm install   # or yarn, pnpm, bun
npm run dev   # starts the Next.js dev server at http://localhost:3000

Backend (vendure)

cd vendure
npm install   # install workspace dependencies
npm run dev   # starts the Vendure dev server and admin UI

Project Structure

  • tracenut-frontend/ – Next.js app source code.
  • vendure/ – Monorepo containing the core framework, plugins, admin UI, and e2e tests.
  • README.md – This file, providing an overview and setup instructions.

Contributing

Please see the individual README.md files in each sub‑project for detailed contribution guidelines, or refer to the official docs:

License

Both sub‑projects are open source. See the LICENSE.md files in each directory for licensing details.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages