mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-25 22:00:41 -04:00
feat(curriculum): adding boilerplate workshop to cert (#56083)
This commit is contained in:
@@ -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": [] },
|
||||
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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--
|
||||
Reference in New Issue
Block a user