41 lines
916 B
Markdown
41 lines
916 B
Markdown
# 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](https://git-scm.com/), [Node](https://nodejs.org/), [Express](https://expressjs.com/), and (optionally) a static web server (we recommend [nginx](https://nginx.org/)).
|
|
|
|
+ Clone from the git repo:
|
|
|
|
```shell
|
|
git clone https://git.itsericwoodward.com/eric/codex-mythica.git mwg-codex
|
|
```
|
|
|
|
+ Go into the directory for the site:
|
|
|
|
```shell
|
|
cd mwg-codex
|
|
```
|
|
|
|
+ Install the required NPM libraries:
|
|
|
|
```shell
|
|
npm install
|
|
```
|
|
|
|
+ Launch the production binary file:
|
|
|
|
```shell
|
|
./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.
|