Mystalia Engine

Installation

  • Clone repo
  • npm i to install dependencies
  • Install and run MongoDB
  • Rename the file .env.example to .env in the root directory

Getting started

Development mode

Database migrations

  • When starting from scratch, mongodb wont need to run migrations and can ignore the following
  • If DB changes happen, make sure database migrations are up-to-date
  • Run migrate-mongo up to migrate to the latest
  • Run migrate-mongo create to create a new migration

Contribution Etiquette

Tools