From 5131e060d1b13a8357c7dd75504109a4c0036888 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:09:37 +0200 Subject: [PATCH] --- 00---Start.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/00---Start.md b/00---Start.md index d48db80..988269d 100644 --- a/00---Start.md +++ b/00---Start.md @@ -1 +1,5 @@ -Hey Hey. These are the Fipamo Docs. \ No newline at end of file +# Get your dependenices. + +For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater than 10.16.3 is cool). Fipamo can be used on the server or your local desktop so once you have that installed, the only dependancy left is the mighty [PM2](https://www.npmjs.com/package/pm2) which used to keep the site alive. You can install that easily from the command line by running `npm install pm2 -g`. + +If you are a lovely soul that wants to contribute to Fipamo, you're going to need [Nodemon](https://nodemon.io/) on your local environment. You can grab that as well using `npm install nodemon -g`. \ No newline at end of file