0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Clone down your forked repo onto your local machine:
git clone REPO_URL
Make sure it's your forked repo! Cloning boot.dev's repo will cause errors!
We'll be using this repository throughout the course.
Run and submit the CLI tests using the Boot.dev CLI Tool in another terminal.
After passing, stop the Notely app.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run cdd1d1dd-5f2f-4f9e-a8d1-ab0c091410bd
Submit
bootdev run cdd1d1dd-5f2f-4f9e-a8d1-ab0c091410bd -s
bootdev config base_url <url>
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.