freeCodeCamp/client
Oliver Eyton-Williams 63156dffee
CodeSee take 2 (#42330)
* Adds CodeSee developer tooling to FreeCodeCamp client

CodeSee is a continuous code understanding platform,
meant to help developers when diving into a codebase.

This is an alpha version, which enables FCC contributors
to create and explore recordings of code execution on the
front-end. These recordings are meant to help orient a
developer to an unfamiliar part of the codebase, or help
diagnose when behavior is not matching our mental model.

When running in development, the client will now display
a small, purple CodeSee icon in the browser. Clicking this
icon starts (then stops) a new recording.

* chore(deps): update to @codesee/latest

* feat: switch to CodeSee hosted

* chore(deps): add process to root

I couldn't pin down what, exactly, but something in the client depends
on safer-buffer from the root, which tries to find process/browser, so
it needs installing here too.

Co-authored-by: Joshua Leven <josh@codesee.io>
2021-06-09 21:19:04 +05:30
..
i18n chore(i18n,client): processed translations (#42316) 2021-05-31 18:30:52 +05:30
plugins fix(npm-audit): improve audit and fix run-scripts (#42050) 2021-05-07 23:48:11 +05:30
src fix: multi editor bottom cut off (#42375) 2021-06-08 18:43:21 +02:00
static feat: add gap scripts for production and staging (#40807) 2021-04-16 14:29:53 +05:30
utils feat(curriculum): add project creation tool (#42410) 2021-06-09 00:57:45 +05:30
.babelrc CodeSee take 2 (#42330) 2021-06-09 21:19:04 +05:30
.gitignore chore(client): refactor & organise config (#40875) 2021-02-03 15:22:07 +05:30
gatsby-browser.js chore: rollback CSRF token generation (#42082) 2021-05-11 00:27:08 +05:30
gatsby-config.js fix: only generate bundle stats during CI (#42094) 2021-05-11 15:59:44 +05:30
gatsby-node.js fix: use env.json in both client and server (#42359) 2021-06-08 13:12:44 +01:00
gatsby-ssr.js fix(client): inject bootstrap tags to the top of head (#40804) 2021-01-31 12:15:40 +05:30
package-lock.json CodeSee take 2 (#42330) 2021-06-09 21:19:04 +05:30
package.json CodeSee take 2 (#42330) 2021-06-09 21:19:04 +05:30
postcss.config.js feat: commandline chic 2019-08-20 13:37:11 +05:30
tsconfig.json feat: use TypeScript in the client (#42124) 2021-05-18 00:23:41 +05:30
webpack-workers.js feat: use webpack caching in development (#42286) 2021-05-30 08:59:55 +01:00