From 3349fe6ff2a0384c6d83c654b610162b403b2d4f Mon Sep 17 00:00:00 2001 From: ilja Date: Sat, 3 Aug 2024 09:54:14 +0200 Subject: [PATCH] Add line to install Node.js For someone who isn't used to building fe things like this, it's not always clear to install Node.js or what version. A line has been added to the installation instructions pointing to resources where to get it and what version to use. For version I point to the woodpecker config because that is what the CI uses and therefor always "tested". There was a file .node-version who contained a node version, but this was seriously outdated and removing it didn't seem to break anything. Assuming it indeed doesn't do anything any more, it seems better to remove to avoid confusion. --- .node-version | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .node-version diff --git a/.node-version b/.node-version deleted file mode 100644 index b26a34e4..00000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -7.2.1 diff --git a/README.md b/README.md index fc8db83c..e7ebc45a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ To use Akkoma-FE in Akkoma, use the [frontend](https://docs.akkoma.dev/stable/ad ## Build Setup +Make sure you have [Node.js](https://nodejs.org/) installed. You can check `/.woodpecker.yml` for which node version the Akkoma CI currently uses. + ``` bash # install dependencies corepack enable