Skip to content

Commit

Permalink
Merge pull request #165 from openstreetmap-polska/adjust-ui-breakpoints
Browse files Browse the repository at this point in the history
Adjust UI breakpoints
  • Loading branch information
ttomasz authored Sep 18, 2023
2 parents 3db6fe4 + cc1c521 commit f0006f8
Show file tree
Hide file tree
Showing 9 changed files with 10,509 additions and 88 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ REACT_APP_OSM_OAUTH2_CLIENT_SECRET=vSfLjZquQ5xlcD9Lq9rhyDuH1ItpakgY5DW59WrRtHY
HOST=127.0.0.1
```

*Note: You can use Github Codespaces to develop.*

### Available Scripts

In the project directory, you can run:
Expand Down Expand Up @@ -83,6 +85,16 @@ Creates sprites from marker icons.

Make sure dev dependencies are installed.

#### `npm run css-build`

Build `sass/mystyles.scss` file into `src/mystyles.css` which is included in `index.tsc` and has the adjusted bulma css for the entire app.

Run this if changed e.g. navbar breakpoint or customized bulma further in `sass/mystyles.css`.

#### `npm run css-watch`

Watches `sass/mystyles.scss` for changes and runs `npm run css-build` if it detects any.

# Data source
Map and AED locations are from [OpenStreetMap](https://www.openstreetmap.org/copyright)

Expand All @@ -91,7 +103,7 @@ Map and AED locations are from [OpenStreetMap](https://www.openstreetmap.org/cop
- [OSM Auth](https://github.com/osmlab/osm-auth)
- [OSM opening_hours](https://github.com/opening-hours/opening_hours.js/)
- [React](https://reactjs.org/docs/getting-started.html)
- [Bulma](https://bulma.io/)
- [Bulma](https://bulma.io/)
- [Bulma Checkradio](https://wikiki.github.io/form/checkradio/)
- [React Bulma Components](https://react-bulma.dev/en/storybook)
- [Material Design Icons](https://dev.materialdesignicons.com/getting-started/react)
Expand Down
Loading

0 comments on commit f0006f8

Please sign in to comment.