Instructions for running the user interface
Last updated 3 years ago
Was this helpful?
$ git clone https://github.com/guiaedutec/geos-frontend.git
$ cd geos-frontend
At the root of the project, rename the .env.example file to just .env
# URL to connect to back-end web services API_URL= # Basic application settings TITLE= WEBSITE_URL= PROJECT_NAME= # Google Analytics ID TRACKING_ID=
Change the logos and images of your choice by accessing the folder:
.\public\images\theme
bg-home.png
logo-footer.png
logo-footer-secondary.png
logo-header.png
logo-header-secondary.png
If you need to change the default visual style of the application, such as colors, font size, among other attributes, just edit the two files below:
./src/variables.styl
./src/bulma-variables.scss
~/geos-frontend$ docker-compose up -d --build