Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.25 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.25 KB

Parkfuchs

logo

Go to parkfuchs.app

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Using Next.js 13+.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

The app directory is mapped to app/api/*. Files in this directory are treated as API routes instead of React pages.

Setup

Create a .env file

# Pocketbase server URI
DB_HOST=localhost:8080

# Your TomTom API key
TOMTOM_KEY=djahdi1xxxxxxxxx

Build

Nix

Package

nix build .#parkfuchs

Update flake

nix flake update

Dockerc

docker build -t parkfuchs:latest

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!