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/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eric Woodward 7477733589
UPDATED README file.
5 years ago
bin UPDATED bin paths to node. 5 years ago
lib ADDED random card to index page. 5 years ago
public FIXED random card title. 5 years ago
routes FIXED random reload link to work behind static cache. 5 years ago
views REMOVED unneeded minification support. 5 years ago
.gitignore ADDED license and readme. 5 years ago
LICENSE.md ADDED license and readme. 5 years ago
README.md UPDATED README file. 5 years ago
app.js REMOVED unneeded minification support. 5 years ago
package.json UPDATED README file. 5 years ago

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 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.