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
- Open Visual Studio Code.
- Open the cloned repository directory in Visual Studio Code.
- 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.