Go to parkfuchs.app
First, run the development server:
npm run dev
Open https://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.
Create a .env
file
# Pocketbase server URI
DB_HOST=localhost:8080
# Your TomTom API key
TOMTOM_KEY=djahdi1xxxxxxxxx
Package
nix build .#parkfuchs
Update flake
nix flake update
Dockerc
docker build -t parkfuchs:latest
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!