Skip to content

Commit

Permalink
new release (I can not count)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWrege committed Aug 18, 2024
1 parent f472728 commit 780cec4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DB_HOST="http://admin-parkfuchs:8090"
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update

The `app` directory is mapped to `app/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

## Setup

Create a `.env` file

```bash
# Pocketbase server URI
DB_HOST=localhost:8080

# Your TomTom API key
TOMTOM_KEY=djahdi1xxxxxxxxx

```

# Build

## Nix
Expand All @@ -42,7 +55,6 @@ nix flake update
docker build -t parkfuchs:latest
```


## Learn More

To learn more about Next.js, take a look at the following resources:
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 780cec4

Please sign in to comment.