Skip to content

baudom/easytank

Repository files navigation

easytank

yes, another gas station finder 😆

Powered by

Environment configuration

# default values
NEXT_PUBLIC_NAME=$npm_package_name
NEXT_PUBLIC_HOMEPAGE=$npm_package_homepage
NEXT_PUBLIC_VERSION=$npm_package_version
NEXT_PUBLIC_AUTHOR=$npm_package_author_name
NEXT_PUBLIC_AUTHOR_URL=$npm_package_author_url
NEXT_PUBLIC_REPOSITORY_URL=$npm_package_repositoryUrl

# .env.local config
TRACKING_API_HOST=your-api-host
TRACKING_API_KEY=your-api-key
TANKERKOENIG_API_KEY=your-api-key
NOMINATIM_USER_AGENT=your-user-agent
NEXT_PUBLIC_CONTACT_MAIL=your@contact.mail
NEXT_PUBLIC_STATUS_URL=https://status.your.domain
NEXT_PUBLIC_RYD_LINK=https://ryd.one/your-link

GitHub CI/CD Environment Configuration

The following secrets / variables must be set within github

# variables
NODE_LTS_VERSION=24

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

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

This project uses next/font to automatically optimize and load Nunito, a custom Google Font.

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!