From 68bec9eee01500a4769fa03fa12671cf66ffc421 Mon Sep 17 00:00:00 2001 From: Lovro Bikic Date: Sat, 15 Jan 2022 12:09:09 +0100 Subject: [PATCH] Add info about frontend to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7927098..d878019 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ For build workflow to work, the following secrets must exist (usually set up by For deploy workflows, you need to generate private/public SSH key pairs for each environment. Public key should be added to the server to which you're deploying. Private key should be added as a secret to GitHub and named `SSH_PRIVATE_KEY_#{ENVIRONMENT}`, where `ENVIRONMENT` is replaced with an appropriate environment name (`STAGING`, `PRODUCTION`, etc.). +### Frontend + +If your application will have a frontend (the template will ask you that), you must have Node installed on your machine. The template creates a `.node-version` file with the Node version set to the version you're currently running (check by executing `node -v`). Therefore, ensure that you have the latest [Active LTS](https://nodejs.org/en/about/releases/) version of Node running on your machine before using the template. + ## Usage ```shell