Skip to content

Commit bc580e1

Browse files
authored
Update Readme with Dev Env Setup Instructions
1 parent 317aaca commit bc580e1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
### How to setup your development environment?
2-
- TODO how to install git, node/npm, vscode.
3-
- TODO how to configure ssh for github
4-
- TODO If person is using Windows, they should install and use [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about)
2+
Before you can begin, you will need git, node, and a text editor.
3+
4+
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.
5+
6+
- [Install and Configure Git](https://www.theodinproject.com/lessons/foundations-setting-up-git)
7+
- [Install Node](https://www.theodinproject.com/lessons/foundations-installing-node-js)
8+
- [Install Text Editor (VSCode)](https://www.theodinproject.com/lessons/foundations-text-editors#vscode-installation)
9+
510

611
### How to launch the app locally?
712
1. If you haven't already, ensure that your development environment is set up properly. Refer to the section above for tips.
@@ -42,4 +47,4 @@ npm run start
4247
### How to get help?
4348

4449
The best way is to ask a question in our Discord community.
45-
Please consider joining: https://discord.gg/7cAkUcKbjB
50+
Please consider joining: https://discord.gg/7cAkUcKbjB

0 commit comments

Comments
 (0)