Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 459 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 459 Bytes

🎮 Won Games Api

Config

What do you need to run the project

  • Node v12.22.5
  • Docker

Setup

Running the db on postgress with docker

docker-compose up 

Install the dependencies

cd app 
yarn

Running the application

cd app 
yarn develop

Build

Running the application

cd app 
yarn build

Admin Mode

Running the application on the Admin mode

cd app 
yarn develop --watch-admin