This repo contains the code for The Codex Mythica, a database of all of the cards released for the Mythic Wars card game, written in NodeJS (using the Express 4 library).
https://codex.mythicwarsgame.com/
bin | ||
lib | ||
public | ||
routes | ||
views | ||
.gitignore | ||
app.js | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md |
The Codex Mythica
The Codex Mythica is a database of all of the cards released for the Mythic Wars card game. You can find it at https://codex.mythicwarsgame.com/.
Installing
-
Requires: git, Node, Express, and (optionally) a static web server (we recommend nginx).
-
Clone from the git repo:
git clone https://git.itsericwoodward.com/eric/codex-mythica.git
- Go into the directory for the site:
cd codex-mythica
- Install the required NPM libraries:
npm install
- Launch the production binary file:
./bin/www-prod
- Share and enjoy!
License
The cards and images from the game are copyright (c) 2014-2024 Eric Woodward, all rights reserved.
The rest of the project is copyright (c) 2017-2024 Eric Woodward, released under the MIT license.