Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 268 Bytes

Installation

Database

sudo apt install sqlite3
sqlite3 runes.db
.read setup.sql

Node

sudo apt install nodejs npm

In the repo, run npm install If on server, instead run npm install --production

Starting the webapp

node index.js