From 88f65e23248cd0344eb4679a898f9d7f99d40bdd Mon Sep 17 00:00:00 2001 From: zleyyij Date: Fri, 18 Oct 2024 20:25:09 -0600 Subject: [PATCH] tooling(frontend): update docs to specify node 23 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c63043..89aec22 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Development is supported on Windows (With [some caveats](https://github.com/r-Te ### Installing tools To build the backend, you need to have the Rust toolchain installed (see ). We currently aim to support the latest stable version of Rust. Once that's installed, `cargo` will automatically download and install the appropriate dependencies for the project when it's first built. The source code for the backend is located in `./backend`, so navigate there -To build the frontend, you'll need to have the appropriate Javascript tooling installed (See ). This means Node *and* npm. We aim to use the latest stable version of Node.js (20 at the time of writing). +To build the frontend, you'll need to have the appropriate Javascript tooling installed (See ). This means Node *and* npm. We aim to use the latest stable version of Node.js (23 at the time of writing). ### Populating `hyde-data` To keep things organized, the config file and other essential data (sqlite database, Github private key) are stored in a folder in the same directory that the code is run from. This directory is relative to the running process's current directory, so for development, the `hyde-data` folder will be located at `./backend/hyde-data`,