Skip to content

gavrylenkoIvan/team-ua

Repository files navigation

UA Teammates Bot

First service for searching teammates from Ukraine 🇺🇦

Installation

Install my-project with npm

  $ git clone https://github.com/gavrylenkoIvan/team-ua
  $ cd team-ua
  $ npm i

Development

To run this project in development mode, you need docker running on tour machine:

  $ npm run services:up
  $ npm run start:dev

Migrations

To insert games list into your postgres db, run:

  $ npm run migrations:up

Docs

You can find both compodoc and regular documentation for this project.

Run docs locally:

Compodoc:

  $ npm run compodoc:dev

VitePress docs:

  $ npm run docs:dev