forked from ChainShot/ChainShotDevSetup
-
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.
- Loading branch information
1 parent
c959af4
commit 31af02d
Showing
2 changed files
with
18 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# ProblemSet0 | ||
Set up of ChainShot dev environment! | ||
|
||
Run `node -v` to verify your Node.js version. | ||
|
||
Run `node verifyNodeInstallation` to run a script using Node.js! |
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,14 @@ | ||
console.log(); | ||
|
||
console.log(`%c ________________________________________ | ||
< Mooooo, you did it - you successfully git cloned a Github repository and used Node.js to run a script! > | ||
---------------------------------------- | ||
\\ ^__^ | ||
\\ (oo)\\_______ | ||
(__)\\ )\\/\\ | ||
||----w | | ||
|| ||`, "font-family:monospace"); | ||
|
||
console.log(); | ||
console.log("Great job installing Git and Node.js!"); | ||
console.log("Now you can move on to Task 5! :)"); |