Misago is a forum looks nice. And I want to build a forum base on misago.
I want to add some element into frontend of misago. Such as a new captcha service.
But I am new to web development. Even misago have a good coding style and its code is pretty easy to understant. But I don't know where to start editing.
It seems that the source of frontend is bundled into one or two file using webpack(maybe browserify or something else). But I could'nt find any script about bundling. (I knows onlypackage.json
, but no scripts there and npm tests
failed.).
I tried to use browserify to bundle index.js using browserify index.js misago.js
but also failed. Maybe I just missed some setting, but figuring out what I missed is hard for me.
So in a word, could you teach me how should i start if I want to edit the frontend part of misago?