An open API service indexing awesome lists of open source software.

https://github.com/freeCodeCamp/courses-vscode-extension

freeCodeCamp VSCode extension to help run and develop courses
https://github.com/freeCodeCamp/courses-vscode-extension

Last synced: 5 months ago
JSON representation

freeCodeCamp VSCode extension to help run and develop courses

Awesome Lists containing this project

README

        

# freeCodeCamp - Courses

This extension helps run the freeCodeCamp courses found here: [./resources/courses.json](resources/courses.json)

**NOTE TO COURSE CREATORS:** To be used in conjunction with [freeCodeCampOS](https://github.com/freeCodeCamp/freeCodeCampOS).

## Features

### How to Open A Course

1. Press `Ctrl + Shift + P` and select `freeCodeCamp: Open Course`

![Open Course](images/open-course.png)

3. Select a course from the list

![Courses List](images/courses-list.png)

4. `Ctrl + Shift + P` and select `Remote-Containers: Rebuild and Reopen in Container`

5. `Ctrl + Shift + P` and select `freeCodeCamp: Run Course`

![Opening Example Course](images/landing-page.png)

![Example Project](images/solana-project.png)

---

## Creating a Course

See https://opensource.freecodecamp.org/freeCodeCampOS/