Skip to content

NTD-Driven-Development/PullJoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PullJoker

Setup

  • Ensure you have installed docker (Windows users should install WSL)
  • node = 20.12.2
  • npm package all installed (packages/**, app/**)

Quick Start

Clone this project: git clone https://github.com/NTD-Driven-Development/PullJoker.git

Copy default.conf.dev to default.conf in the apps/nginx folder.

Copy docker-compose.yml.dev to docker-compose.yml in the project root directory.

Start the project in the project root directory: docker compose up