The Sustainable Local Food Enterprise system. This project is in collaboration with the ASU School of Sustainability and Leuphana University in Lueneburg, Germany.
Explore Documentation »
Prerequisites
These services must be installed:
Installation
Clone or fork this repository to your local machine:
$ git clone https://github.com/panza8484/capstone-slfe-knowledgebase.git
Install the depencies with the following commands:
$ npm install
$ npm run client-install
Development Mode
For testing on localhost
, create a file named .env
in the root directory and set the database credentials as below:
MONGODB_URI=[mongodbURI]
$ npm run dev
||MONGODB_URI=[mongodbURI] npm run server
- Browsersync can be accessed through
localhost:3000
Production Mode
git add .
git commit -am "new commit"
git push heroku master
The documentation included within this repository will guide you through the api usages and visual components available and their usage methods.
The contents of this repository are covered under the MIT License.