Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

nici002018/about-me-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📍 New About Me Website

Check out Niceas new About Me website: https://github.com/nici002018/nici002018/tree/Website

❓ about-me-website

is a simple self-hosted about me website

image

🔧 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