teosz / hub

Home Page:http://hub.rosedu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSEdu Hub

This app is used to manage our events collaboratively, keep track of passed events and get notifications for new ones and much more.

Setup

To setup you dev environment, just run:

    make setup

Then, to import the example database:

	make db-import

Run

To run the app, first make sure your mongod process is running, and launch app:

    nodemon

Deploy

To deploy app in production, you need access privileges to projects.rosedu.org, so you can run:

    make deploy

Contribute

To contribute, fork the project, solve issues, make Pull Requests. Please comply with npm's "funny" coding style

Happy coding!

About

http://hub.rosedu.org

License:MIT License


Languages

Language:JavaScript 52.8%Language:HTML 36.7%Language:CSS 9.4%Language:Makefile 1.1%