Ebedthan / bakta-web-ui

UI for Bakta web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bakta-web-ui

UI for Bakta web app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Configure api endpoint in container

Replace the config file at /usr/share/nginx/html/config/config.json with your own configuration file.

Config structure:

{
  "api": "url to api",
  "token": "apikey token, null or completely skip this entry when no authentication is required"
}

Customize configuration

See Configuration Reference.

About

UI for Bakta web app

License:GNU General Public License v3.0


Languages

Language:Vue 71.0%Language:JavaScript 27.6%Language:Dockerfile 0.8%Language:HTML 0.6%