Files
blogger-nodejs/docs/INSTALLATION.md
2025-08-09 20:53:57 +01:00

524 B

Installation

All you need to do is clone the git repository:
git clone https://git.javalsai.tuxcord.net/deadvey/blogger-nodejs.git
Then navigate to /src:
cd src
Then run the initialisation function:
node server.js --first-time
Then you should modify config.json in / to suit your needs.

Running

I would reccomend running the program in tmux so it does not stop running when you close the terminal window.
I might add support for running in the background later.