Learning to code often feels like assembling IKEA furniture without the manual — frustrating and confusing. We’re here to change that.
CodinCod is your stress-free coding playground where:
- Open-source = no paywalls 🚫 – A free toolkit for everyone, from teens to retirees.
- Learn at your pace 🐢⚡ – Race through lessons or rewind tricky bits. Progress is progress!
- Gamified challenges = actual fun 🎯 – Unlock achievements by solving coding puzzles.
Think Duolingo or LEGO for coding. Less "textbook lecture", more "aha!" moments.
The docs repo exists to:
- get up to speed quickly;
- create a general shared understanding;
- improve teamwork.
-
Required software:
-
Clone the project structure and its submodules:
git clone https://github.com/JuiceMitApfelnDrin/CodinCod
-
Build the types (required by both libs/backend and libs/frontend)
cd CodinCod/libs/types pnpm install pnpm build
-
Follow the instructions for the backend and/or frontend depending on what you're working on