Skip to content

Commit bc50f24

Browse files
Update README.md
1 parent 176052c commit bc50f24

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### How to setup your development environment?
1+
# How to start working
2+
3+
1. Fork this repo and clone it locally. Click [here](https://github.com/developer-job-simulation/html-css-js/fork) to fork this repo.
4+
2. Fix the issue
5+
3. Create Pull Request to this repository
6+
7+
# How to setup your development environment?
28
Before you can begin, you will need git, node, and a text editor.
39

410
If you are running Windows, we recommend you install and use [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about). From your WSL terminal, follow the linux instructions linked below.
@@ -8,7 +14,7 @@ If you are running Windows, we recommend you install and use [Windows Subsystem
814
- [Install Text Editor (VSCode)](https://www.theodinproject.com/lessons/foundations-text-editors#vscode-installation)
915

1016

11-
### How to launch the app locally?
17+
# How to launch the app locally?
1218
1. If you haven't already, ensure that your development environment is set up properly. Refer to the section above for tips.
1319

1420
2. Fork this repository to your Github account.
@@ -44,17 +50,26 @@ npm run start-json-server
4450
npm run start
4551
```
4652

47-
### How to start working on an issue?
53+
# How to start working on an issue?
4854

4955
1. If you haven't already, ensure that your app runs locally successfully. Refer to the section above for tips.
5056
2. Go to `Issues` tab in the repository and pick an issue. If you are just getting started, consider picking one of the issues that are marked as `Easy`.
5157
3. Thoroughly read issue description and make sure you understand it.
5258
4. Before writing/modifying any code, create a new branch in your local git. This is best practice in the industry - to create a separate branch for each issue you are working on.
5359

54-
### How to send us you work for review
60+
# Stack
61+
62+
This project was built using
63+
64+
- Vanilla Javascript
65+
- HTML
66+
- CSS
67+
- Webpack
68+
69+
# How to send us you work for review
5570
Create and submit a pull request to this repository. We personally review each pull request and share our feedback.
5671

57-
### How to get help?
72+
# How to get help?
5873

5974
The best way is to ask a question in our Discord community.
6075
Please consider joining: https://discord.gg/7cAkUcKbjB

0 commit comments

Comments
 (0)