diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-08 00:13:41 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-02-15 12:18:30 +0100 |
commit | 4bedfa9d5dfc5007a9d4c93654ed0b6e109c67d5 (patch) | |
tree | 5fe0d93bf1351989cc6436f0814c12a5b3732b6d /INSTALL.md | |
parent | 7cfce92c538bbd5cb5dc95e0ee3b7ce78959657e (diff) | |
download | server-4bedfa9d5dfc5007a9d4c93654ed0b6e109c67d5.tar.gz |
Put all web fonts into same CSS file.
Use bolder Circled Number font.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ All data is stored in an SQLite3 database. The server and game rules are implemented in Javascript. The game state is stored in the database as a JSON blob. -The server runs on Node with the Express.js and Socket.io frameworks. +The server runs on Node with the Express.js framework. Check out the game submodules: |