Hacker News new | ask | show | jobs
by methochris 3162 days ago
Could you specify more on the front-end code on this project, did you hand-roll your own javascript front-end or did you use a framework? The whole thing is rather impressive and I'm looking to do something similar to your sidebar with my own project. Is all of your open source code open to be re-used/modified?
1 comments

Thanks! The front-end doesn't use any JavaScript framework. See the code here: https://github.com/Thibaut/devdocs.

All of the code is licensed under MPL 2.0 [1], so you're welcome to reuse/modify it in your own projects.

[1]: https://github.com/Thibaut/devdocs/blob/master/LICENSE