Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.1 KB

File metadata and controls

48 lines (42 loc) · 1.1 KB

snapdish-be

Contents

How to run

Prerequisites

  • git
  • Node.js (recommended version is 22.11.x Long Term Support)
  • npm (usually comes with Node.js)
  • classic yarn (recommended version is 1.22.22)
    > npm install -g yarn

Setup

  1. Clone this repository, Make sure you have git installed and already set up

    > git clone https://github.com/SnapDish-ID/snapdish-be.git
  2. Go to the project directory

  3. Install dependencies

    snapdish-be> yarn
  4. Run the project

    snapdish-be> yarn dev

Routines

  • Check for updates in dev branch
    > git pull
  • Install dependencies
    > yarn
  • Run the project
    > yarn dev