/exercise-terminal-challenge

For teachers: Explain the terminal (cmd or command line) to your students with this super fun game.

Primary LanguageJavaScript

Command Line Preview

This command line challenge is designed to help you become familiar with the bash/command line. The challenge goes over the most used commands every developer needs to know in order to succeed in real life.

❗ We strongly recommend reading The Command Line lesson on the 4Geeks.com platform.

💻The challenge is built for computers using the Linux bash. Use Gitpod if you need a terminal in the cloud.

🌱 How to start this project

👩‍🎓Students and Teachers must follow this step:

This project comes with the necessary files to start working, but you have two options to start:

a) Open this link in your browser to clone it with gitpod (recommended): https://gitpod.io#https://github.com/breatheco-de/exercise-terminal-challenge.git

b) You can clone this repository on your local computer:

$ git https://github.com/breatheco-de/excercise-terminal-challenge.git

💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>), and upload the code to your new repository using add, commit and push.

Only teachers must follow this step:

1) Install the packages.

$ npm install

2) Run the presentation.

$ npm run start

Start Playing!

Follow the presentation for better experience.