Skip to content

A website which helps people get the support they need to give up substance abuse.

Notifications You must be signed in to change notification settings

vaidik07/Resolute

 
 

Repository files navigation

Resolute.

A website which helps people get the support they need to give up substance abuse.

Getting started

Installation

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.

Running the website

Open http://localhost:3000 with your browser to see the result.

About

A website which helps people get the support they need to give up substance abuse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 30.1%
  • HTML 25.4%
  • CSS 24.1%
  • JavaScript 20.4%