forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(curriculum): adding boilerplate workshop to cert (freeCodeCamp#5…
- Loading branch information
Showing
4 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
19 changes: 19 additions & 0 deletions
19
.../25-front-end-development/workshop-bash-boilerplate/5ea8adfab628f68d805bfc5e.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-- |