Skip to content

Commit

Permalink
setup for bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLuken committed Aug 19, 2021
1 parent c959af4 commit 31af02d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
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!
14 changes: 14 additions & 0 deletions verifyNodeInstallation.js
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! :)");

0 comments on commit 31af02d

Please sign in to comment.