/website

Konveyor website

Primary LanguageJavaScript

Konveyor Community Site

Contributing

Prerequisites

Your system needs to have the following installed to be able to build this website:

Cloning the repository

  1. Fork this repository into your own GitHub account.
  2. Clone the site to your local machine:
    git clone git@github.com:your-username/website.git.
  3. Add the upstream remote to follow this repository's changes:
    git remote add upstream git@github.com:konveyor/website.git
    git fetch upstream

Building the site locally

  1. Run yarn to install all of the required packages.
  2. Run yarn run dev to build and run a development server.

If the site builds successfully, you can access it at http://localhost:8000.

To clear cache files, run gatsby clean. This is sometimes needed to ensure a clean build.