You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
733 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# DZKH by Spatial frontend part
### Инструкция по запуску
1. Склонировать проект `git clone ...`
2. Установить зависимости через `npm / yarn install`
3. Для запуска в режиме разработки выполнить команду `yarn dev`
4. Для продакшн-сборки выполнить команду `yarn build` - после этого вся статика будет в папке `dist`
римечания_
1. Для установки своего URL, где находится API, нужно переопределить переменную окружения `VITE_API_URL` в файле `.env` в корне проекта.