Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Dec 26, 2024
1 parent 74e609b commit ab927be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setup: prepare-env install db-migrate build docker-builds
setup: prepare-env install db-migrate build

docker-builds:
make -C backend docker-builds
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Tasks can be discussed in [Telegram](https://t.me/hexletcommunity/12).
* node >= >=18.13.0
* [Yarn 1 (Classic)](https://classic.yarnpkg.com/)
* PostgreSQL for use in production environments or SQLite for use in local development environments
* Docker for local development

## Installation

```bash
make setup
make docker-builds
```

## Running the app
Expand Down
2 changes: 2 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Runit — это среда для написания и выполнения к
* node >= 18
* [Yarn 1 (Classic)](https://classic.yarnpkg.com/)
* PostgreSQL для продакшена, либо SQLite для локальной разработки
* Docker для локальной разработки

## Установка

```bash
make setup
make docker-builds
```

## Запуск приложения
Expand Down
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setup: prepare-env install db-migrate docker-builds
setup: prepare-env install db-migrate

install:
npm install
Expand Down

0 comments on commit ab927be

Please sign in to comment.