I made a website using Node.js as the server. As I know, the node.js file should start working by typing commands in terminal, so I\'m not sure if Github Pages supports node
It's very simple steps to push your node js application from local to GitHub.
Steps:
git clone repo-urlgit add -Agit commit -a -m "First Commit"git push origin master