Are0h 2020-07-22 19:00:37 +02:00
parent 5913f6c080
commit ef463ac6f4

@ -2,7 +2,7 @@
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`. 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`.
You don't need [GIT](https://git-scm.com/) to use Fipamo, but it would make updating a lot easier. Every release will be released as a downloadable zip as well, so it's up to you. You don't need [git](https://git-scm.com/) to use Fipamo, but it would make updating a lot easier. Every release will be released as a downloadable zip as well, so it's up to you.
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`. 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`.