From b7a1eb877d3d2a81e52d4ccb1ef6c66aa0f814a8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 1 Aug 2022 19:51:24 +1000 Subject: [PATCH] Updated tutorial setup (markdown) --- tutorial-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial-setup.md b/tutorial-setup.md index 7c3d0c3..146569a 100644 --- a/tutorial-setup.md +++ b/tutorial-setup.md @@ -117,6 +117,8 @@ You might need sudo, and you could add `-d` to detach the process from the conso ## Setting Up Development +Warning: Due to a HTTPS bug, this setup mode does not currently work. See [this issue](https://github.com/krgamestudios/MERN-template/issues/38) for details. + For development, you'll need Nodejs and MariaDB installed and working on your machine. Remember to run `npm install` in the git repo after cloning to get all of the libraries. First, run `tools/create_database.sql` on your mariaDB instance - this will create a database called `template` and a user called `template`@`%` with the password `pikachu`.