Skip to content

Commit

Permalink
feat(curriculum): adding boilerplate workshop to cert (freeCodeCamp#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwilkin4 authored Sep 16, 2024
1 parent cb8ad41 commit e90e5ff
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,13 @@
"mfwu": { "title": "330", "intro": [] },
"dfcd": { "title": "331", "intro": [] },
"vfje": { "title": "332", "intro": [] },
"hkdc": { "title": "333", "intro": [] },
"workshop-bash-boilerplate": {
"title": "Build a Boilerplate",
"intro": [
"The terminal allows you to send text commands to your computer that can manipulate the file system, run programs, automate tasks, and much more.",
"In this 170-lesson workshop, you will learn terminal commands by creating a website boilerplate using only the command line."
]
},
"ovvb": { "title": "334", "intro": [] },
"thsj": { "title": "335", "intro": [] },
"cvvu": { "title": "336", "intro": [] },
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Boilerplate
block: workshop-bash-boilerplate
superBlock: front-end-development
---

## Introduction to the Build a Boilerplate

This is a test for the new project-based curriculum.
12 changes: 12 additions & 0 deletions curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Build a Boilerplate",
"blockType": "workshop",
"isUpcomingChange": true,
"usesMultifileEditor": false,
"hasEditableBoundaries": false,
"dashedName": "workshop-bash-boilerplate",
"order": 333,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "5ea8adfab628f68d805bfc5e", "title": "Build a Boilerplate" }],
"helpCategory": "Backend Development"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: 5ea8adfab628f68d805bfc5e
title: Build a Boilerplate
challengeType: 12
url: freeCodeCamp/learn-bash-by-building-a-boilerplate
dashedName: build-a-boilerplate
---

# --description--

In this 170-lesson workshop, you will learn terminal commands by creating a website boilerplate using only the command line.

# --instructions--

# --hints--

# --seed--

# --solutions--

0 comments on commit e90e5ff

Please sign in to comment.