Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.01 KB

Shopkeeper Plus

Shopkeeper Plus is a web application built using Next.js, tRPC, and Fastify. It aims to provide a comprehensive solution for managing and running an online store.

Project Structure

The project follows a monorepo structure using Turborepo. The main components of the project are:

  • apps/web: The Next.js web application.
  • apps/server: The standalone server built with Fastify (planned).
  • apps/mobile: The mobile application (planned).

Getting Started

To get the project up and running on your local machine, follow these steps:

Prerequisites

  • Node.js (version X.X.X)
  • pnpm (version X.X.X)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/shopkeeper-plus.git
  2. Navigate to the project directory:

    cd shopkeeper-plus
  3. Install the dependencies:

    pnpm install

Development

To start the development server for the web application, run the following command:

pnpm dev