Skip to content
Ram edited this page Nov 30, 2018 · 4 revisions

Q1. Why is there a node_modules directory with lots of files?
A1. That's because I have hosted my website on github.com itself, I haven't used any personal server of my own to host my website. And as github doesn't support npm install, I had to upload all the static files needed for my website. However, if you're using your own personal server, you do not need the node_modules directory and can simply do a npm install in your own server and this will download all the dependencies necessary on to your server.

Q2. Why have you used GitHub (or GitHub pages) to host your website?
A2. Earlier, I had hosted my website on my personal server but now as I am open sourcing it, it made sense to me to host it on GitHub itself as it is way easier to manage the site like this. Moreover, GitHub is totally free and now supports https, what more do I need :)

Q3. I would like to donate, how do I do it?
A3. That's great, thanks for being generous. You can do it here: http://capsulelink.com/Bk1E7iAA7

Clone this wiki locally