UI for Bakta web app
npm install
npm run serve
npm run build
npm run lint
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"
}