Clone this project as a separate project and rename it. In WebStorm, right click the project and rename the project. Next run "meteor" from the command line within WebStorm (or at the command line in the project outside a development environment). This will install what is needed and run the server. Finally, run a browser and direct it at localhost:3000 (this is linked in the console after starting the server). Run `meteor update` to get the latest version of meteor installed for this application. This can take a fair bit of time to finish. Run `meteor npm install --save xxxxx` to install npm packages.