Make sure you have Node.js and the Heroku Toolbelt installed.
npm install
npm run dev
Loppekartet should now be running on localhost:9000.
To run in production mode
npm install
npm start
Add the heroku remote with:
heroku git:remote -a loppemarked
You will now be able to push to heroku with:
git push heroku master