Skip to content

Commit

Permalink
Добавил про baseUrl в CONTRIBUTING (#564)
Browse files Browse the repository at this point in the history
* Add baseUrl note
  • Loading branch information
itanka9 authored Nov 28, 2022
1 parent 64a6dfd commit 5bb4c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@

* Склонируйте репозиторий:

git clone [email protected]:2gis/mapsapi.git mapsapi-folder
git clone [email protected]:2gis/mapsapi.git

Примечание: если вы устанавливаете API карт не с текущего репозитория, а с его форка, тогда не забудьте указать первым параметром команды `clone` адрес форка вместо адреса репозитория 2ГИС.
* Установите [Node.js](https://nodejs.org/)
Expand All @@ -229,6 +229,7 @@
cd ~/mapsapi-folder
npm install

* В файле `config.main.json` замените параметр `baseUrl` на пустую строку: `"baseUrl": ""`.
* Выполните сборку API карт и запуск сервера:

npm run dev
Expand Down

0 comments on commit 5bb4c3e

Please sign in to comment.