Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

readme.markdown

File metadata and controls

21 lines (13 loc) · 1.05 KB

Hartville.io

This is the development space and backup for the website hartville io.

Downloading and running website on local machine

  1. Make sure node and bower are installed on your computer.

  2. After navigating the command line to wherever you extracted this repository to, run the following commands:

    npm install bower install

    These commands may take a while to finish. Please be patient.

  3. Use node to run the server file, server.js, with the command:

    node server.js

This is all you need to do to run the website. Please note that you will not be able to post to the database without adding the databaseConnect.js file with the correct username and password. Please contact an admin for this file and instructions on how to add it.