Update readme

This commit is contained in:
Joseph Garrone
2021-03-09 04:56:45 +01:00
parent 78b48af886
commit a629d4ab45

View File

@ -41,6 +41,7 @@ TODO: Insert video after.
- [How to implement context persistance](#how-to-implement-context-persistance) - [How to implement context persistance](#how-to-implement-context-persistance)
- [If your keycloak is a subdomain of your app.](#if-your-keycloak-is-a-subdomain-of-your-app) - [If your keycloak is a subdomain of your app.](#if-your-keycloak-is-a-subdomain-of-your-app)
- [Else](#else) - [Else](#else)
- [GitHub Actions](#github-actions)
- [REQUIREMENTS](#requirements) - [REQUIREMENTS](#requirements)
- [API Reference](#api-reference) - [API Reference](#api-reference)
- [The build tool](#the-build-tool) - [The build tool](#the-build-tool)
@ -164,6 +165,11 @@ the login page.
TOTO: Provide a clean way, as abstracted as possible, way to do that. TOTO: Provide a clean way, as abstracted as possible, way to do that.
# GitHub Actions
[Here is a demo repo](https://github.com/garronej/keycloakify-demo-app) to show how to automate
the building and publishing of the theme (the .jar file).
# REQUIREMENTS # REQUIREMENTS
This tools assumes you are bundling your app with Webpack (tested with 4.44.2) . This tools assumes you are bundling your app with Webpack (tested with 4.44.2) .