From 3ed204123ad1f13c15908602c63f9935b09bee47 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 10 Jul 2024 17:24:41 +0200 Subject: [PATCH] complete readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 24d51cb..574aa5f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ Vue is used following the composition API approach. - **From the `/public` directory**, install the Kirby dependencies : `composer install` - **From the root directory**, install the Node dependencies : `npm install` +- Replace the `public/site/plugins/kql`plugins by its last version, downloaded from the [official GitHub repo](https://github.com/getkirby/kql/releases). +- Launch the servers (see below). +- Create the first user to the Kirby panel through http://localhost:8888/panel +- In the root directory, create an .env file containing your user's connexion informations : + +```bash +VITE_USERNAME=mail@example.com +VITE_PASSWORD=your-private-password +``` ## Development environment