@Sky020, will CodeSee work if I’m using Gitpod to view the fcc code? Thanks!
@joanmdavis Yes, CodeSee works in GitPod.
Note: CodeSee is not related to the editor, but is a script added to the client code in the browser.
Thanks, @Sky020. I have a followup question since I don’t really know what I’m doing.
These are the steps I’ve taken so far:
- In GitHub, forked the freeCodeCamp repository.
- Followed the CodeSee installation instructions to link CodeSee with the fcc repository in my GitHub account.
Installation was successful and CodeSee created a map of the repository.
I think the next step is to set up my freeCodeCamp repository in Gitpod, using https://gitpod.io/#https://github.com/my-github-username/freeCodeCamp
. Is that correct? Or am I misunderstanding the repository-CodeSee connection?
@joanmdavis I have just moved this into its own thread
This is all you should need to do:
- Create a CodeSee account
- Open your fork of freeCodeCamp in Gitpod (if you want to use Gitpod)
- Change the
.env
file environment variableCODESEE=true
- End the automatically started terminals, except for the mongodb one
- Reinstall the dependencies:
npm ci
- Develop the client and server again
If you need help, we do have a lot of documentation here: Contribution Guidelines | freeCodeCamp.org
Otherwise, feel free to reach out.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.