From b8fa537e68bf34e4d22963340aa9b06178e8049e Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 23 Jan 2025 13:57:31 +0200 Subject: [PATCH] add documentation link Signed-off-by: arhimede --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24951f2..67f8d49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ -# frontend +# Dotkernel Frontend -Dotkernel web starter package suitable for frontend applications. +Dotkernel Frontend is an application (skeleton) based on Mezzio microframework using Laminas components. +It's designed as a web starter package suitable for frontend applications. +The current functionality is included as a proof of concept and to showcase Frontend's file architecture: + +- Contact us page +- Generic page with copy +- User accounts + +Use these building blocks as an example for your own custom code. + +> Check out our [demo](https://v5.dotkernel.net/). + +## Documentation + +Documentation is available at: https://docs.dotkernel.org/frontend-documentation/ + +## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/frontend) ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/frontend/5.0.0)