feat(curriculum): adding boilerplate workshop to cert (#56083)

This commit is contained in:
Jessica Wilkins
2024-09-16 10:27:01 -07:00
committed by GitHub
parent cb8ad41946
commit e90e5ff2b0
4 changed files with 47 additions and 1 deletions

View File

@@ -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": [] },

View File

@@ -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.

View File

@@ -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"
}

View File

@@ -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--