
About
PawPrints is a mobile-optimized website for engaging communities and turning the best ideas your users have into actionable change. First launched at RIT by RIT Student Government, PawPrints is now in use at several campuses and multiple universities, with more to come.
Usage (Local Development)
- Install Meteor.
- Copy
settings.json.sampletosettings.jsonand edit appropriately. All properties defined insettings.json.sampleare required. - From the root directory, run
meteor --settings settings.json.
Usage (Production Environment)
- Check out the node section of the config repository for example systemd files and nginx configuration files.
- For creating an admin user for mongo, read Section 1.2 of this article.
Contributing
- See GitHub Issues for work to be done. If you have any questions, just ask!
- We are open to pull requests! Please follow the coding conventions currently in place.