- Download code and cd into the project.
- Open command line tool (git bash or linux commandline) and run 'npm install' from project root.
- In command line tool run 'grunt' command from the project root. This will automatically build everything and run grunt watch, which updates bundle.js and other code from the modules. (It may be necessary to install grunt-cli globally with 'sudo npm install -g grunt-cli')
- Make sure you have mongodb installed. http://docs.mongodb.org/manual/installation/
- Run 'mongod --dbpath db/' to start the Rsvp database, which will build database files in db/.
- Start server by running 'node main.js', and it should say that it connected to the database.
- Go to https://localhost:5000 or https://127.0.0.1:5000
可以使用python脚本,批量生成相册图片
