You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-ts/tools/learn/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The Learn tool has its own configuration defined in the [/src-ts/tools/learn/lea
6
6
7
7
The default configuration expects both the FCC Client and API to be running locally. In most cases, developers probably won't want to run both locally.
8
8
9
+
>**NOTE** There is a known issue when running the learn app locally with the FCC hosted in the dev environment. The FCC API appears to throw 403 errors when loading a new lesson; however, this does not affect the usage of the site and can be safely ignored. See [TCA-595](https://topcoder.atlassian.net/browse/TCA-595) for more details.
10
+
9
11
>**See**[/src-ts/tools/learn/learn-config/learn.brooke.config.ts](/src-ts/tools/learn/learn-config/learn.brooke.config.ts) for an example of how to override the FCC source URLs to use the dev env config.
10
12
11
13
>**See** the [main app README](/README.md#personal-config) for instructions for creating a personal config.
0 commit comments