- 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
-
Clone this repository, Make sure you have git installed and already set up
> git clone https://github.com/SnapDish-ID/snapdish-be.git
-
Go to the project directory
-
Install dependencies
snapdish-be> yarn
-
Run the project
snapdish-be> yarn dev
- Check for updates in
dev
branch> git pull
- Install dependencies
> yarn
- Run the project
> yarn dev