First service for searching teammates from Ukraine :ukraine:
Install my-project with npm
Example : $ git clone https://github.com/gavrylenkoIvan/team-ua
$ cd team-ua
$ npm i
To run this project in development mode, you need docker running on tour machine:
Example : $ npm run services:up
$ npm run start:dev
To insert games list into your postgres db, run:
Example : $ npm run migrations:up
You can find both compodoc and regular documentation for this project.
$ npm run compodoc:dev
$ npm run docs:dev