Readme linking to docs for frontend/backend
This commit is contained in:
parent
dd99d0de9d
commit
4450bf6512
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue