Skip to content

Commit

Permalink
update readme & remove unnecessary layers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eemilhaa committed Aug 8, 2024
1 parent f9bf9e9 commit c4fc4b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,39 @@
# lightning-map

An interactive map for exploring lightning observation data.
Made to be a general-purpose demonstration for mapmaking with deck.gl and React.

## Development

The visualization is made with Deck.gl & Maplibre,
using React & Material UI for UI.
The app is built with Vite.

Install dependencies with
Install dependencies:

```console
npm install
```
and start the dev server with

Start the dev server:

```console
npm run dev
```

Building for production is handled automatically (see deployment below),
but it is still sometimes handy to build locally. To build the app:

```console
npm run build
```

And to serve the build:

```console
npm run preview
```

## Deployment

The app is automatically deployed to GitHub Pages with a GitHub action.
Expand Down
17 changes: 0 additions & 17 deletions src/layers.ts

This file was deleted.

0 comments on commit c4fc4b1

Please sign in to comment.