Merge branch 'master' into master
This commit is contained in:
commit
cd37c45c36
33 changed files with 1389 additions and 3 deletions
27
README.md
27
README.md
|
|
@ -1,6 +1,6 @@
|
|||
## Welcome
|
||||
|
||||
Welcome Students to the Tier 1 of The Heartbroken Dev’s full-stack software engineering curriculum!
|
||||
Welcome Students to the Tier 1 of The Heartbroken Dev’s full-stack software engineering curriculum!!
|
||||
|
||||
This is the first of several instructor led tiers which are specifically designed to give students the ability to build and deploy full stack software applications from scratch in 2024 and beyond.
|
||||
|
||||
|
|
@ -47,8 +47,12 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o
|
|||
2. Open the app.
|
||||
3. Come talk to me if you can’t find the app.
|
||||
|
||||
*Windows Instructions:*
|
||||
|
||||
#### Native Command Prompt (Shell)
|
||||
|
||||
Your system comes with a program called “Command Prompt.”
|
||||
|
||||
*Windows Instructions:* Your system comes with a program called “Command Prompt.”
|
||||
|
||||

|
||||
|
||||
|
|
@ -62,6 +66,23 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o
|
|||
5. Once you have either Command Prompt or Windows Terminal open, you're ready to proceed with the necessary commands or operations.
|
||||
6. If you encounter any issues opening Command Prompt or Windows Terminal, please reach out for assistance.
|
||||
|
||||
#### Windows Subsystem for Linux
|
||||
Alternatively you can install the windows subsystem for linux to be able to run a shell and have an environment more similar to mac.
|
||||
|
||||
1. Enable the WSL by going into the control pannel / settings and then select Apps (or it might be named Programs).
|
||||

|
||||
2. Select "Programs and Features"
|
||||

|
||||
3. Enable the
|
||||

|
||||
4. Scroll down and enable the Windows Subsystem for Linux
|
||||

|
||||
5. This will ask you to reboot, say yes.
|
||||
6. After you reboot, run a admin powershell by typing it in the search bar next to the start menu and right clicking it from the list "Run as administrator"
|
||||
7. This opens up a PowerShell. Type `wsl --install -D Ubuntu`. This will download the distro and prompt you for a username and password to use in your WSL environment.
|
||||
8. Type `wsl` from a PowerShell to run the default shell.
|
||||
9. Git will already be installed. You can install node with `sudo apt install nodejs`
|
||||
|
||||
### 3. Install Git
|
||||
|
||||
First, some quick vocab for y’all:
|
||||
|
|
@ -176,4 +197,4 @@ On YOUR new forked repository (NOT MINE, use the one in your github account that
|
|||
|
||||
The right way to do this is to first CLONE the repository (again, clone your fork, not my upstream original repo). Here are the steps to do this:
|
||||
|
||||
1. Coming soon....
|
||||
1. Coming soon....
|
||||
Loading…
Add table
Add a link
Reference in a new issue