Skip to content

Commit

Permalink
docs: 📝 mention .env in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kavabunga committed Jan 26, 2024
1 parent 75fe4c3 commit 78d9864
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ npm ci
npm run dev
```

### Env

Адреса приложения и API необходимо указать в файле **.env** в корне проекта.

#### Пример .env файла

```text
VITE_BASE_URL=http://localhost:3000
VITE_API_URL=http://localhost:3000/api
```

Подробная информация по работе с проектом в файле `CONTRIBUTE.MD`

## Ссылки
Expand Down

0 comments on commit 78d9864

Please sign in to comment.