Skip to content

Commit cc860c1

Browse files
authored
Readme: Fix formatting
Fix indentation for new bullets and existing code blocks.
1 parent 8c39ccc commit cc860c1

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This repository uses [prettier](https://github.com/prettier/prettier) to keep th
2828
### Local development
2929
1. `yarn start`
3030
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.
3333

3434
*To sign in:*
3535

@@ -57,21 +57,21 @@ yarn test
5757
* We use `minor` for all non-drastic changes.
5858
* The `patch` is reserved for minor changes.
5959
* We try to stick to sem-ver.
60-
```bash
61-
npm version minor
62-
```
60+
```bash
61+
npm version minor
62+
```
6363

6464

6565
3. Then build the app with the following command.
66-
```bash
67-
yarn build:<stack>
68-
```
66+
```bash
67+
yarn build:<stack>
68+
```
6969
* here stack could be `dev`, `staging`, `prod`. Refer to package.json for more info.
7070

7171
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+
```
7575
* here stack could be `dev`, `staging`, `prod`. Refer to package.json for more info.
7676
* `oh-pages` branch handles the build for `staging`, `prod` stacks.
7777
* `gh-pages` branch handles the build for `dev` stack.
@@ -90,6 +90,7 @@ yarn deploy:<stack>
9090
* [OSMCha python library](https://github.com/willemarcel/osmcha) _(used to analyse the OSM changesets)_
9191
* [osm-compare](https://github.com/mapbox/osm-compare) _(used to analyse the OSM features)_
9292

93+
9394
## Issues and feature requests
9495

9596
If you have any error reports of want to request new features, please

0 commit comments

Comments
 (0)