Skip to content

This is an example Sitecore Search implementation using Next.js

License

Notifications You must be signed in to change notification settings

halbherz/sitecore-search-template

Repository files navigation

Sitecore Search example implementation

This repository provides an example implementation of the Sitecore Search API using the latest Next.js technology. Please note that this project is a work in progress and may have open issues. Everyone is invited to contribute by working on the issues and improving the repository for others.

Prerequisites

To use this repository locally, you need to set up the following environment variables in a .env.local file:

SITECORE_DISCOVERY_DOMAIN=
SITECORE_DISCOVERY_API_URI=
SITECORE_DISCOVERY_API_KEY=

Getting Started

To get started with this repository, follow these steps:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/repository-name.git
  1. Navigate to the project directory:
cd repository-name
  1. Install the dependencies by running the following command:
npm install
  1. Start the development server:
npm run dev

This will start a local server listening on port 3000.

  1. Open your web browser and navigate to http://localhost:3000/ to access the application.

Contributing

We welcome contributions from everyone. To contribute to this repository, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name for your feature or bug fix.
  3. Make the necessary changes in your branch.
  4. Commit and push your changes to your forked repository.
  5. Submit a pull request to the main repository, clearly describing the changes you have made.

License

This repository is licensed under the MIT License.

About

This is an example Sitecore Search implementation using Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published