To get started with Vulkan, follow these steps:
Before you begin, ensure you have the following installed:
- Go: Download and install Go
- Docker: Install Docker
-
Clone the Repository
First, clone the Vulkan repository to your local machine:
git clone https://github.com/p-society/vulkan.git cd vulkan
-
Build the Project
Use
make
to build the Vulkan executable:make
-
Run
Execute Vulkan with the desired GitHub repository URL:
./vulkan <github-url>
Example:
./vulkan https://github.com/majorbruteforce/http-starter.git
-
Permission Denied for Docker: Ensure your user is added to the docker group. Refer to the Docker documentation for instructions on adding your user to the docker group.
-
Missing Dependencies: Make sure both Go and Docker are installed and accessible from your command line. Verify installation by running go version and docker --version.
Made with contributors-img.
Join our Discord Server and subscribe to this repository to get updates, information about Vulkan