Check out Niceas new About Me website: https://github.com/nici002018/nici002018/tree/Website
is a simple self-hosted about me website
the default port is 6765 but you can easily change it in index.js.
the normal address: http://localhost:6765
Requirements:
git clone https://github.com/nici002018/about-me-website.git
cd about-me-website
npm run start
# Option 1.
node index.js
# Option 2.
npm install pm2 -g && pm2 install pm2-logrotate
# Start Server
pm2 start index.js --name about-me-website