Skip to content

Commit

Permalink
Update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-s-beers committed Dec 11, 2023
1 parent 7eaffa4 commit 2debca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion DOCS/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2debca8

Please sign in to comment.