Skip to content

Commit

Permalink
#1025 Edit to contributing with notes on IDE/dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 11, 2024
1 parent a56ef26 commit e15c0c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,7 @@ Things to check are:
3. Delete the `node_modules` folder
4. Load environment variables into your shell with `set -a && source ../.env.dev && set +a`
5. Rerun `yarn install`
6. Restart your IDE to assure that changes are picked up
> [!NOTE]
> Also make sure that the dependencies have been installed within the appropriate directory (`/backend` and `/frontend`).

0 comments on commit e15c0c1

Please sign in to comment.