Readme linking to docs for frontend/backend

This commit is contained in:
Imbus 2024-02-13 09:58:49 +01:00
parent dd99d0de9d
commit 4450bf6512

View file

@ -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