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/
Go to file
2024-10-15 16:37:26 -04:00
bin Library updates 2024-10-15 16:37:26 -04:00
lib Library updates 2024-10-15 16:37:26 -04:00
public Library updates 2024-10-15 16:37:26 -04:00
routes Library updates 2024-10-15 16:37:26 -04:00
views Library updates 2024-10-15 16:37:26 -04:00
.gitignore ADDED license and readme. 2018-02-18 14:38:00 -05:00
app.js Library updates 2024-10-15 16:37:26 -04:00
LICENSE.md ADDED license and readme. 2018-02-18 14:38:00 -05:00
package-lock.json Library updates 2024-10-15 16:37:26 -04:00
package.json Library updates 2024-10-15 16:37:26 -04:00
README.md UPDATED README file. 2018-10-25 17:31:03 -04:00

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 mwg-codex
  • Go into the directory for the site:
cd mwg-codex
  • 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-2018 Eric Woodward, all rights reserved.

The rest of the project is copyright (c) 2017-2018 Eric Woodward, released under the MIT license.