Skip to content

Add local environment setup documentation #12

@ggyuchive

Description

@ggyuchive

Currently, syncup's local environment documentation is missing.
It will be great to add order of command with description and prerequisites for convenient contribution.

e.g.

🚀 Local Development Setup

Prerequisites

  • Node.js (v18 or higher)
  • pnpm (package manager)
    npm install -g pnpm

Installation

  1. Clone the repository

    git clone <repository-url>
    cd syncup
  2. Install dependencies

    pnpm install

Running the Application

Frontend only:

pnpm frontend dev

Backend only:

pnpm backend start:dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions