To get started with this project, do the following:
- install Meteor from https://meteor.com
- clone the project
- cd into
project_folder/app
- run
"npm install"
or
"meteor npm install"
- run
meteor
Once the project is running:
- open the file
project_folder/app/lib/accounts.js
and - change
forbidClientAccountCreation: true
, toforbidClientAccountCreation: false
, - refresh the app in the browser
- register a testing user
- open another terminal,
- change into the
project_folder/app
directory - run the command "meteor shell"
Once in the Meteor shell, run this command:
"Meteor.call("createMockData");"