Skip to content

Commit

Permalink
Adapt README
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Apr 2, 2024
1 parent b499b6b commit 4e695a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ docker compose up -d --build web-client

## Without Docker

1. create PostGIS database
1. create a PostGIS database
2. load OSM data:

```sh
# load data into db
osm2pgsql \
--slim \
--output=flex \
Expand All @@ -58,7 +57,7 @@ docker compose up -d --build web-client
./pg_featureserv
```

5. Starting webclient is described in [web-client/README.md](web-client/README.md)
5. Starting web-client is described in [web-client/README.md](web-client/README.md)

## Request API

Expand Down
12 changes: 12 additions & 0 deletions web-client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Webclient for OSM Feature Info

```sh
# install
npm i

# develop on http://localhost:5173
npm run dev

# build
npm run build
```

0 comments on commit 4e695a0

Please sign in to comment.