Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 277 Bytes

gamelog

A webapp for tracking video game progress

Setup

The only setup currently required is to initialize the database with the table schemas. Easiest way to do this (with sqlite3 installed) is to run this in the project root:

$ cat schema/* | sqlite3 gamelog.db