Update README

This commit is contained in:
Eric Woodward 2024-10-15 16:40:06 -04:00
parent 6f41b9d5be
commit 06cb7c6ede
2 changed files with 11 additions and 12 deletions

View File

@ -4,37 +4,36 @@ The Codex Mythica is a database of all of the cards released for the Mythic Wars
## 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/)).
- 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:
- Clone from the git repo:
```shell
git clone https://git.itsericwoodward.com/eric/codex-mythica.git mwg-codex
git clone https://git.itsericwoodward.com/eric/codex-mythica.git
```
+ Go into the directory for the site:
- Go into the directory for the site:
```shell
cd mwg-codex
cd codex-mythica
```
+ Install the required NPM libraries:
- Install the required NPM libraries:
```shell
npm install
```
+ Launch the production binary file:
- Launch the production binary file:
```shell
./bin/www-prod
```
+ Share and enjoy!
- Share and enjoy!
## License
The cards and images from the game are copyright (c) 2014-2018 Eric Woodward, all rights reserved.
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-2018 Eric Woodward, released under the MIT license.
The rest of the project is copyright (c) 2017-2024 Eric Woodward, released under the MIT license.

View File

@ -1,6 +1,6 @@
{
"name": "@itsericwoodward/codex-mythica",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"