Skip to content

Commit

Permalink
lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Jan 5, 2024
1 parent 747e0fe commit 97cec45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
Let's build a self-hosted version of [this wildfire map](https://felt.com/map/Wildfires-are-becoming-more-frequent-across-the-West-QBFznerjRpK6BWnGzY9BRYC) using Protomaps and Svelte.

Svelte is really just here for UI elements like a legend. This could pretty easily be vanilla javascript.

## Fire data

The wilfire data is generated from our [gao-wildfire-exceptions](https://github.com/MuckRock/gao-wildfire-exceptions) repository.

0 comments on commit 97cec45

Please sign in to comment.