You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ We recommend using MacOS to work with the EDB Docs application.
34
34
35
35
1. Install all required packages by running `yarn`.
36
36
37
-
1. Pull the shared icon files down with `git submodule update --init`. This needs to be run inside of the project folder, if you have cloned the repo using GitHub Desktop, ensure that you have `cd` into the project.
38
-
39
37
1. And finally, you can start up the site locally with `yarn develop`, which should make it live at `http://localhost:8000/`. Huzzah!
40
38
41
39
### Installation of PDF / Doc Conversion Tools (optional)
Copy file name to clipboardExpand all lines: advocacy_docs/community/contributing/repo.mdx
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,19 +60,15 @@ Example:
60
60
```shell
61
61
yarn
62
62
```
63
-
12. Pull down shared icon files
64
-
```shell
65
-
git submodule update --init
66
-
```
67
-
13. Select sources with yarn
63
+
12. Select sources with yarn
68
64
```shell
69
65
yarn config-sources
70
66
```
71
67
You'll be prompted to choose the packages you'd like to access; you can use comma separated values to choose more than one
72
68
```shell
73
69
yarn develop
74
70
```
75
-
14. Go to the localhost port in your browser, e.g. http://localhost:8000/ (your url will be mentioned in Terminal)
71
+
13. Go to the localhost port in your browser, e.g. http://localhost:8000/ (your url will be mentioned in Terminal)
76
72
77
73
### Tips to Use Terminal
78
74
- <kbd>⌘</kbd>+<kbd>T</kbd> (press the command key and T key together) opens a new tab - use this to execute terminal commands while <code>yarn develop</code> is running
@@ -81,10 +77,10 @@ Example:
81
77
## How to Make changes and Submit Pull Requests
82
78
You'll make edits and additions via your IDE (VS Code). We recommend using [Github Desktop](https://desktop.github.com/) unless you're familiar with git.
83
79
84
-
15. Get in the habit of pulling the latest changes from the `develop` branch of the Github repository on a regular basis, so that you don't have to manually merge your changes with those made by others. Use the "Fetch origin" and "Pull origin" buttons in Github Desktop at the start of your work day to update your local files with those from the server. You should also do this again before submitting a pull request. For details, see: [Syncing your branch
80
+
14. Get in the habit of pulling the latest changes from the `develop` branch of the Github repository on a regular basis, so that you don't have to manually merge your changes with those made by others. Use the "Fetch origin" and "Pull origin" buttons in Github Desktop at the start of your work day to update your local files with those from the server. You should also do this again before submitting a pull request. For details, see: [Syncing your branch
0 commit comments