Skip to content

krasnov-la/IS_Achievements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Развертка Frontend

Локально:

  1. Добавить файл в папку frontend\.env вида:
    VUE_APP_CTF_API='https://ctftime.org/api/v1/'
    VUE_APP_API_URL='{api_url}'

Если API развернуто через контейнере на 5001 порте, то файл .env должен выглядить так:

    VUE_APP_CTF_API='https://ctftime.org/api/v1/'
    VUE_APP_API_URL='http://localhost:5001/'
  1. Выполнить npm install находясь в директории frontend.
  2. Выполнить npm run serve находясь в директории frontend.
  3. Приложение будет работать по ссылке: http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages