Making a fork of wick

  1. How do i acsess the wick editor source code so i can make a fork.
  2. What coding language is wick made from, that way i can learn it and fork wick editor
    Also if you want you can give me feature ideas
    What should the name be
  • CreeperAnimate
  • Creeperflux studio
  • Creeperbray editor
  • Community decides(put in replies)

0 voters

its in GitHub search up wick Editor repository and it uses I think a lot of programming languages

Oh, its on GitHub
IMG_0268
GitHub is blocked on my school device😭

the source code is here on github. the default branch it puts you on is the master branch, but i think you’re actually better off using the 1.19 branch since that one seems to be the one actually deployed on the website.

if it’s blocked… yeah nothing we can do about that.

but if you still want to try forking wick in the future, you will definitely need to know javascript. understanding node.js and react (which both use javascript, but still have different things you need to learn) will be useful as well, though i’m just kinda learning them on the fly.