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
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ This repository uses [prettier](https://github.com/prettier/prettier) to keep th
28
28
### Local development
29
29
1.`yarn start`
30
30
1. Open [https://localhost:3000/?filters={%22date__gte%22%3A[{%22label%22%3A%222017-05-01%22%2C%22value%22%3A%222017-05-01%22}]}](https://localhost:3000/?filters={%22date__gte%22%3A[{%22label%22%3A%222017-05-01%22%2C%22value%22%3A%222017-05-01%22}]})
31
-
- The app runs with https; Firefox is recommended since it allows self signed certificates.
32
-
- The staging database only has changesets until mid 2017; without the filter you will not see any changesets.
31
+
- The app runs with https; Firefox is recommended since it allows self signed certificates.
32
+
- The staging database only has changesets until mid 2017; without the filter you will not see any changesets.
33
33
34
34
*To sign in:*
35
35
@@ -57,21 +57,21 @@ yarn test
57
57
* We use `minor` for all non-drastic changes.
58
58
* The `patch` is reserved for minor changes.
59
59
* We try to stick to sem-ver.
60
-
```bash
61
-
npm version minor
62
-
```
60
+
```bash
61
+
npm version minor
62
+
```
63
63
64
64
65
65
3. Then build the app with the following command.
66
-
```bash
67
-
yarn build:<stack>
68
-
```
66
+
```bash
67
+
yarn build:<stack>
68
+
```
69
69
* here stack could be `dev`, `staging`, `prod`. Refer to package.json for more info.
70
70
71
71
4. The next step involves deploying the `build` folder to github. If you get an error like this `error: failed to push some refs to 'git'`while doing the deploy step. Run `rm -rf node_modules/gh-pages/.cache/`.
72
-
```
73
-
yarn deploy:<stack>
74
-
```
72
+
```
73
+
yarn deploy:<stack>
74
+
```
75
75
* here stack could be `dev`, `staging`, `prod`. Refer to package.json for more info.
76
76
*`oh-pages` branch handles the build for`staging`, `prod` stacks.
77
77
*`gh-pages` branch handles the build for`dev` stack.
@@ -90,6 +90,7 @@ yarn deploy:<stack>
90
90
* [OSMCha python library](https://github.com/willemarcel/osmcha) _(used to analyse the OSM changesets)_
91
91
* [osm-compare](https://github.com/mapbox/osm-compare) _(used to analyse the OSM features)_
92
92
93
+
93
94
## Issues and feature requests
94
95
95
96
If you have any error reports of want to request new features, please
0 commit comments