Documentation

This commit is contained in:
2025-08-09 20:53:57 +01:00
parent f85c4aa893
commit 0b25fb221b
3 changed files with 22 additions and 30 deletions

11
docs/INSTALLATION.md Normal file
View File

@@ -0,0 +1,11 @@
# Installation
All you need to do is clone the git repository:<br/>
```git clone https://git.javalsai.tuxcord.net/deadvey/blogger-nodejs.git```<br/>
Then navigate to /src:<br/>
```cd src```<br/>
Then run the initialisation function:<br/>
```node server.js --first-time```<br/>
Then you should modify config.json in / to suit your needs.<br/>
# Running
I would reccomend running the program in tmux so it does not stop running when you close the terminal window.<br/>
I might add support for running in the background later.