docs(readme): clarify role of splash-screen dir

This commit is contained in:
Youwen Wu 2024-03-11 01:12:34 -07:00
parent 4d6df78b56
commit 429ebf9e7f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -68,8 +68,12 @@ to get the development build up and running.
### Installation steps ### Installation steps
1. Clone the repository. The `client` folder contains the vast majority of the 1. Clone the repository. The `client` directory contains the vast majority of
source code for the desktop app. the source code for the desktop app, while the `splash-screen` directory
contains the source code for the splash screen displayed before the app
loads. You don't have to touch anything in `splash-screen` unless you want to
modify it, in which case check the README in `splash-screen` for more
information.
2. `cd` into the `client` folder. The configuration files and `package.json`, 2. `cd` into the `client` folder. The configuration files and `package.json`,
This is where stuff like `package.json` and configuration files for our This is where stuff like `package.json` and configuration files for our
various tooling are housed. The `client/src-tauri` directory contains the various tooling are housed. The `client/src-tauri` directory contains the