We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec2132 commit b01a0e4Copy full SHA for b01a0e4
1 file changed
docs/README.dev.md
@@ -9,10 +9,9 @@ Get acquainted with the UI. There are two ways to get started with FindFirst:
9
10
- [Docker](https://docs.docker.com/engine/install/)
11
- [Docker Compose](https://docs.docker.com/compose/install/)
12
-- Java 17
+- Java 21
13
- JDK & JRE
14
- Node 22
15
-- OpenSSL
16
17
## Building & Running locally
18
@@ -32,7 +31,7 @@ host and docker without any problems.
32
31
33
### Running Most the stack on Host
34
35
-- `docker compose up db mail`
+- `docker compose up db mail screenshot`
36
- `cd frontend; pnpm run dev`
37
- All changes to the frontend code are hot reloaded.
38
- Now user your favorite IDE!
0 commit comments