/loppemarked

A website for discovering norwegian flea markets

Primary LanguageJavaScript

Loppekartet

Travis CI Status

Running Locally

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

Deploying to Heroku

Add the heroku remote with:

heroku git:remote -a loppemarked

You will now be able to push to heroku with:

git push heroku master