From 2debca844403e70ca75991854b241592a41caee4 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:59:37 +0100 Subject: [PATCH] Update branch name --- .github/dependabot.yml | 2 +- DOCS/dependencies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab89a8dd0..f2258e485 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" # Location of package manifest - target-branch: "gui-redux" + target-branch: "frontend" schedule: interval: "monthly" diff --git a/DOCS/dependencies.md b/DOCS/dependencies.md index 469fd670e..25d26ee28 100644 --- a/DOCS/dependencies.md +++ b/DOCS/dependencies.md @@ -81,7 +81,7 @@ _To be continued…_ ## How to Install Dependencies -1. **Frontend**: The current front end code is in the `gui-redux` branch. And it is ultimately a Node/npm project—so it should be sufficient to run `npm install` (or similar) after checking out that branch. If you do not have Node/npm installed, you can download it and find instructions on [their website](https://nodejs.org/). +1. **Frontend**: The current front end code is in the `frontend` branch. And it is ultimately a Node/npm project—so it should be sufficient to run `npm install` (or similar) after checking out that branch. If you do not have Node/npm installed, you can download it and find instructions on [their website](https://nodejs.org/). 2. **Backend**: The back end code is in the `master` branch. There is also a Node/npm setup here, which is used for only one dependency, Prettier. Two important scripts are defined in `package.json`: `format`, which runs most files in the repository through Prettier; and `test`, which uses Deno to run tests found in the `TESTS` directory. There are a couple of dependencies to be installed separately: