Update README.md

This commit is contained in:
Daniella / Tove 2023-03-19 15:55:50 +01:00 committed by GitHub
parent 3e70434107
commit 489c0ff2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,14 @@ just that this is JavaScript instead.
- Anonymous
- No JS on browser-side required
- Usable on Text-Based browsers like lynx
# Setup
```
git clone https://github.com/tudbut/theforum
cd theforum
npm install
```
## Running
```
node index.js
```