diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index bfe84c950f3..d04b6072e69 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -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": [] }, diff --git a/client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md b/client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md new file mode 100644 index 00000000000..21e7cfba3d7 --- /dev/null +++ b/client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md @@ -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. diff --git a/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json b/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json new file mode 100644 index 00000000000..b6d0ff3e641 --- /dev/null +++ b/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json @@ -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" +} diff --git a/curriculum/challenges/english/25-front-end-development/workshop-bash-boilerplate/5ea8adfab628f68d805bfc5e.md b/curriculum/challenges/english/25-front-end-development/workshop-bash-boilerplate/5ea8adfab628f68d805bfc5e.md new file mode 100644 index 00000000000..72544334ac9 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/workshop-bash-boilerplate/5ea8adfab628f68d805bfc5e.md @@ -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--