Getting Started

This guide will help you get started with the Kopgen tool.

Prerequisites

  • Visual Studio Code
  • Docker

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/edenreich/kopgen.git
cd kopgen

Setting Up the Development Environment

  1. Open Visual Studio Code.
  2. Open the cloned repository directory in Visual Studio Code.
  3. When prompted, open the project in a DevContainer. If not prompted, you can manually open the DevContainer by pressing Ctrl+Shift+P and selecting Remote-Containers: Reopen in Container - this will set up the development environment with all the necessary dependencies and tools.