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.
 
 
 
 
gman b19f4ba5d9
translation 2
1 month ago
caddy Initial commit 7 months ago
dist translation 2 1 month ago
nginx Initial commit 7 months ago
public Initial commit 7 months ago
src translation 2 1 month ago
.dockerignore Initial commit 7 months ago
.env translation 1 month ago
.gitignore Initial commit 7 months ago
README.md Initial commit 7 months ago
docker-compose.yml add: docker-compose config 7 months ago
index.html Initial commit 7 months ago
package-lock.json Initial commit 7 months ago
package.json Initial commit 7 months ago
postcss.config.cjs Initial commit 7 months ago
tailwind.config.cjs Initial commit 7 months ago
tsconfig.json Initial commit 7 months ago
tsconfig.node.json Initial commit 7 months ago
vite-env.d.ts Initial commit 7 months ago
vite.config.ts Initial commit 7 months ago
yarn.lock translation 1 month ago

README.md

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 в корне проекта.