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 BreatheCode platform.
💻The challenge is built for computers using the Linux bash. Use Gitpod if you need a terminal in the cloud.
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
.
$ npm install
$ npm run start
Follow the presentation for better experience.