Fix the quick start instructions

This commit is contained in:
garronej 2022-10-07 22:51:09 +02:00
parent ea09f44356
commit e396fef5fd

View file

@ -15,9 +15,11 @@ A starter/demo project for [Keycloakify](https://keycloakify.dev)
# Quick start # Quick start
```bash ```bash
yarn install yarn
yarn keycloak # Build the theme one time (some assets will be copied to
# public/keycloak_static, they are needed to dev your page outside of Keycloak)
yarn start # See the Hello World app yarn start # See the Hello World app
# Uncomment line 6 of src/KcApp/kcContext, reload https://localhost:3000 # Uncomment line 15 of src/KcApp/kcContext, reload https://localhost:3000
# You can now develop your Login pages. # You can now develop your Login pages.
# Think your theme is ready? Run # Think your theme is ready? Run