Skip to content
KevinKrames edited this page Dec 15, 2015 · 10 revisions

#Installation and Setup:#

Before you begin you need to have Node, NPM, and MySQL installed.

To begin installation, clone the repository into the directory of your choice:

git clone https://github.com/3See/eReader.git

Navigate to the root of the directory and install all dependencies using:

npm install

To run the application, run grunt at the root of the repository:

grunt

Now you can open the website through a browser on localhost:3000

#Setting up the Database:#

navigate to the directory "config/env/" and add in this file:

(Replace the values with the correct keys to connect to the database of your choice.)

development.json5

Resources Used

Clone this wiki locally