https://github.com/jplusplus/oomg
Can you correctly guess the weight of an elephant? The cost of a plane? Take the test with the Order of Magnitude Guessr! It's part of an experiment, you'll be doing a favor to science.
https://github.com/jplusplus/oomg
Last synced: 11 months ago
JSON representation
Can you correctly guess the weight of an elephant? The cost of a plane? Take the test with the Order of Magnitude Guessr! It's part of an experiment, you'll be doing a favor to science.
- Host: GitHub
- URL: https://github.com/jplusplus/oomg
- Owner: jplusplus
- Created: 2016-11-04T17:35:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T14:18:32.000Z (over 9 years ago)
- Last Synced: 2025-04-06T17:52:08.318Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://oomg.jplusplus.org
- Size: 5.17 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# OOMG
## Getting Started
### Prerequisites
- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org) Node >= 4.x.x, npm >= 2.x.x
- [Gulp](http://gulpjs.com/) (`npm install --global gulp`)
- [MongoDB](https://www.mongodb.org/) - Keep a running daemon with `mongod`
### Developing
1. Run `npm install` to install server dependencies.
2. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running
3. Run `gulp serve` to start the development server. It should automatically open the client in your browser when ready.
## Build & development
Run `gulp build` for building and `gulp serve` for preview.
## Prefetch
Generate questions JSON using [this document](https://docs.google.com/spreadsheets/d/1jlSotIkfLHD6TK_bR9uCxHp3_X_6p2rngYYeJYJ_E98/edit) by running `make questions`.
## Export answers
Export the full production database by running `make export` (you must be authorized to access this app on Heroku).