https://github.com/materialsproject/build-a-battery
interactive battery demo built on meteor
https://github.com/materialsproject/build-a-battery
Last synced: 26 days ago
JSON representation
interactive battery demo built on meteor
- Host: GitHub
- URL: https://github.com/materialsproject/build-a-battery
- Owner: materialsproject
- Created: 2014-05-06T19:18:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T23:34:53.000Z (almost 11 years ago)
- Last Synced: 2025-04-04T22:41:42.200Z (about 2 months ago)
- Language: CSS
- Size: 4.19 MB
- Stars: 4
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
build-a-battery
===============interactive battery demo built on meteor
http://build-a-battery.meteor.com/# Setting up the mongo database
1. Run `meteor mongo`
2. In a new terminal window, run `mongorestore -h 127.0.0.1:3001` . Note that '127.0.0.1:3001' would be whatever host is displayed after running `meteor mongo`.
3. In the mongo shell initialized in step 1, run `db.copyDatabase( "mg_core_dev", "meteor" )`