mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| i18n | ||
| plugins | ||
| src | ||
| static | ||
| utils | ||
| .babelrc | ||
| .gitignore | ||
| gatsby-browser.js | ||
| gatsby-config.js | ||
| gatsby-node.js | ||
| gatsby-ssr.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tsconfig.json | ||
| webpack-workers.js | ||