There is now a Makefile because I learnt make syntax

This commit is contained in:
2025-10-19 21:19:13 +01:00
parent cb7dcde7c5
commit 66423cb3c0
7 changed files with 46 additions and 166 deletions

View File

@@ -2,10 +2,8 @@
This program is currently just ran manually.<br/>
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 run the Makefile:<br/>
```make```
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/>