This repo serves as a custom styled Keycloak FTL-based theme for FREVA.
-
Clone the repository
git clone https://github.com/FREVA-CLINT/freva-auth-template.git cd freva-auth-template -
Preview theme locally using the renderer
node scripts/render-ftl.js
-
preview in browser
open preview-build/index.html
-
Modify FTL templates in the
logindirectory:login.ftl- Login page
-
Customize styles in
login/resources/css/styles.css -
Test your changes by running the preview script