From 4450bf6512ed800ebb1172ee18fa620d1604809f Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 13 Feb 2024 09:58:49 +0100 Subject: [PATCH] Readme linking to docs for frontend/backend --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf2d714..2afa6b1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ A time tracking platform that allows users to track their time and generate repo ## Build Instructions -The full build instruction is available [here](./BUILD.md). +The full build instruction is available [here](./BUILD.md). +For developers specializing in the **backend**, there is documentation [here](./backend/README.md). +For developers specializing in the **frontend**, there is documentation [here](./frontend/README.md). Dependencies: @@ -46,7 +48,7 @@ sudo pacman -S make go nodejs npm podman just brew install make go nodejs npm podman just ``` -Further instructions will be provided for native Windows if there is demand for it. +Further instructions will be provided for native Windows if there is demand for it. [Windows](https://www.microsoft.com/en-us/windows): (Requires [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install)) (Untested) ```bash