Skip to content

Commit fc87793

Browse files
Add: update Quickstart section on README with instructions to run the project locally
1 parent 8c72714 commit fc87793

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
![Web Developer Path Logo](/images-web-dev-path/web-dev-path-logo.png)
22

3+
# Quickstart
4+
5+
To run this project locally do the following steps:
6+
7+
- [Git clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
8+
- npm install
9+
- npm run dev
10+
11+
Our website is live at [WebDevPath](https://webdevpath.co/).
12+
313
# Web Developer Path
414

515
In this repository, you will find content and resources related to the practical steps to land your first job as a web developer.
@@ -50,29 +60,34 @@ These are the videos that explain in detail how to branch out and submit a PR:
5060
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
5161

5262
* **Harvard**
53-
- [CS50x - Introduction to Computer Science](https://cs50.harvard.edu/x/2020/)
54-
- [CS50 Beyond - design and implementations of web apps](https://cs50.harvard.edu/beyond/2019/)
63+
64+
- [CS50x - Introduction to Computer Science](https://cs50.harvard.edu/x/2020/)
65+
- [CS50 Beyond - design and implementations of web apps](https://cs50.harvard.edu/beyond/2019/)
5566

5667
* **JavaScript**
57-
- [Learn JavaScript by Codecademy](https://www.codecademy.com/learn/introduction-to-javascript)
68+
69+
- [Learn JavaScript by Codecademy](https://www.codecademy.com/learn/introduction-to-javascript)
5870

5971
**JS Libraries and Frameworks**
6072
<br />
61-
- _**React**_
73+
74+
- _**React**_
6275
- [React Handbook for Beginners](https://www.freecodecamp.org/news/react-beginner-handbook/)
6376
- [React Functional Components, Props, and JSX – React.js Tutorial for Beginners](https://www.freecodecamp.org/news/react-components-jsx-props-for-beginners/)
6477

6578
* **PHP**
79+
6680
- [PHP Tutorial](https://www.w3schools.com/php/DEFAULT.asp)
6781

6882
* **Python**
6983
- [Best Python Tutorials](https://www.freecodecamp.org/news/best-python-tutorial/)
7084

7185
- **WordPress**
86+
7287
- [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
73-
- [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/)
88+
- [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/)
7489
- [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
75-
90+
7691
<br />
7792
<br />
7893

@@ -96,18 +111,18 @@ These are the videos that explain in detail how to branch out and submit a PR:
96111

97112
- **Launching A Website**
98113
- [How to Put a Website Online: Template, Coding, Domain, Hosting, and DNS](https://youtu.be/NQP89ish9t8)
99-
114+
100115
<br />
101116
<br />
102117

103118
## Presentation
104119

105120
- **A Junior Web Developer Resume**
121+
106122
- [How to write an awesome junior developer résumé in a few simple steps, by freeCodeCamp](https://www.freecodecamp.org/news/how-to-write-an-awesome-junior-developer-resume-in-a-few-simple-steps-316010db80ec/)
107123

108124
- **Your LinkedIn**
109125
- [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
110126

111127
<br />
112128
<br />
113-

0 commit comments

Comments
 (0)