Skip to content

nici002018/about-me-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❓ about-me-website

is a simple self-hosted about me website

image

🔎 Live Demo

https://niceas.gnhub.de

🔧 How to Install

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