Step 1: Mindset & Portal Setup
Welcome to the Carikerja Launchpad. Our core mission is to make you unbankruptable — equipping you with the marketing, scoping, and tech execution skills to build value, find clients, and generate revenue independently without relying on corporate employment.
🎯 Step Objectives
Section titled “🎯 Step Objectives”- Understand the “Unbankruptable Mindset” (selling solutions, not raw labor).
- Plug into the community repositories and chat networks.
- Fork and clone the Launchpad portal repository to your local machine.
🏃♂️ Action Guide
Section titled “🏃♂️ Action Guide”1. Shift Your Mindset
Section titled “1. Shift Your Mindset”As a launcher, you are no longer a “job candidate” writing code templates. You are a technical service provider. Clients do not care about your coding syntax; they care about business results (e.g. automating client bookings, increasing leads, launching digital products). You will learn to frame your technical skills as high-value business assets.
2. Connect with the Community
Section titled “2. Connect with the Community”Star our open-source tools and follow the crew to stay aligned with the ecosystem:
- ⭐ Carikerja Launchpad — Star this onboarding portal.
- 💬 Telegram: Join the Kulkul Technology Telegram Chat for discussions.
- 💬 Discord: Join the Discord Server and state your goals in the
#first-stepschannel.
3. Fork and Clone the Launchpad Portal
Section titled “3. Fork and Clone the Launchpad Portal”You will submit your launcher profile to the portal database using GitHub PRs.
- Go to the Carikerja Launchpad GitHub Repo and click Fork (keep the name
carikerja-launchpad). - Open your terminal and clone your fork locally using SSH:
Terminal window # Replace YOUR_USERNAME with your GitHub usernamegit clone git@github.com:YOUR_USERNAME/carikerja-launchpad.gitcd carikerja-launchpad - Create a topic branch for your onboarding challenge:
Terminal window git checkout -b feature/launcher-onboarding