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.
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=
To get started with this repository, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/repository-name.git
- Navigate to the project directory:
cd repository-name
- Install the dependencies by running the following command:
npm install
- Start the development server:
npm run dev
This will start a local server listening on port 3000.
- Open your web browser and navigate to http://localhost:3000/ to access the application.
We welcome contributions from everyone. To contribute to this repository, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make the necessary changes in your branch.
- Commit and push your changes to your forked repository.
- Submit a pull request to the main repository, clearly describing the changes you have made.
This repository is licensed under the MIT License.