Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Jan 12, 2024
2 parents e02cf57 + 7faed74 commit 8707617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ The algorithm will go through all worldwide major airports (using the [OurAirpor

The app is a straightforward React app that was initially set up to work in our intranet using our great [UI library](https://ui.ds.io/).

Clone the repo.
- Clone the repo.
- Copy `.env.sample` file to `.env` and set the Mapbox token, user and style id.

Then run:
- Then run:

```
yarn
Expand Down
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "b07b7d40f4274975b3dd7da9a32ac3c1"}'></script>
<!-- End Cloudflare Web Analytics -->
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 8707617

Please sign in to comment.