A website which helps people get the support they need to give up substance abuse.
Although this site has been hosted on AWS previuosly, currently it is not hosted.
Some pre-requisites are needed to run out website locally on PC.
Firstly,
Download Node from the official website Node Download. Download the LTS version based on your OS and install it.
If you already have node installed, simply run to check the version by typing in the command prompt:
node -v
Secondly,
Download npm and install it.
If you already have it, simply run in the command prompt to check the version:
npm -v
Now, go to the project location and install all the npm packages needed, by entering into the terminal:
npm install
After the packages are installed, run the following command in the terminal:
node index.js
Now you're good to go.
Open http://localhost:3000 with your browser to see the result.