We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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