From 6f9fc92beb4100589a3155d5dcda6a88ec6ebfaa Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 13 Mar 2021 22:54:19 +1100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8290013..e726120 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,13 @@ -Welcome to the MERN-template wiki! +# Welcome to the MERN-template wiki! This is the place where you can learn about the MERN-template and it's microservices. Things like contributing to and using the MERN-template, as well as general documentation of the system as a whole or in part. +# What is the MERN-template? + +MERN can stand for a few things, but in this case it means "MariaDB, Express, React and Nodejs". This are a series of technologies commonly used to create websites (also known as a "stack"). + +I determined that I might want to reuse some parts of the website I was planning to make, so I wrote the template first, to make it easier to reuse. Then, I released it so other people could use it too! + # Start Here * [Setup The Vanilla Server](tutorial-setup)