Skip to content

firasiano/ffs2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CODENAME [FED]ERATION A tool for developers to log and track their own competencies and those of other team members.

##Dependencies Install

npm install -g bower

npm install

bower install

##Database MongoDB is required.

Download Mongodb, and add it to the path:

using Terminal:

cd ~ touch .bash_profile vim .bash_profile

Add these 2 lines:

export MONGO_PATH=/usr/local/mongodb ///usr/local/mongodb is your path to mongodb

export PATH=$PATH:$MONGO_PATH/bin

Save: Shift + ZZ

restart terminal

##Running Server Dependency: npm install -g nodemon

Run with: npm run dev

Client builds

To do a client build to the .build folder rungulp Dist builds should only be done for production ready versions of the client source. To generate a dist build run gulp dist

Environment Variables

For now check ./server/config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 38.9%
  • CSS 2.0%