This is a code sample for my article
I assume you have node, yarn/npm, postgres
First of all you have to download dependencies
npm iThen check config in
nano .envand start in watch mode
npm run startor in production mode
npm run build
npm run prodOtherwise you can use docker
docker-compose up --buildRPs are welcome