Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm installAdd a firebase service account
Create a .env file with this content
GOOGLE_APPLICATION_CREDENTIALS=YOUR-SERVICE-ACCOUNTStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# pnpm
npm buildLocally preview production build:
# pnpm
npm previewCheck out the deployment documentation for more information.
| Term | German| Definition | |---|---| | custom searches | Suchauftrag | A single search order for x with y filters | | Filter | Filter | Metadata for a custom search narrowing it, eg. the search term and location | | Premium Search | Premium Suchanfrage | A single search request to a platform that restricts searches | | Plan | Abo | The service tier the user is on |