Go to file
Felipe Martin 605ed1bac1 Added README 2017-04-17 22:23:43 +02:00
amiibofindr Merge branch 'master' into auth 2016-10-26 15:33:34 +02:00
provision Updated hostfiles 2015-09-22 18:23:50 +02:00
requirements Added django mailgun 2015-09-10 22:35:57 +02:00
.editorconfig Editor config 2015-06-18 00:08:10 +02:00
.gitignore Ignore emacs ~ files 2015-09-02 22:48:40 +02:00
README.md Added README 2017-04-17 22:23:43 +02:00
Vagrantfile WIP crawlers 2015-06-23 16:50:53 +02:00
bower.json Updated semanticui 2015-09-11 20:00:34 +02:00
deploy.py New defaults for deploy 2015-09-10 22:54:16 +02:00
gulpfile.js AJAX relation handling from detail view 2015-09-11 19:27:13 +02:00
manage.py Prefer DJANGO_SETTINGS_MODULE 2015-06-02 23:40:54 +02:00
package.json Added js concat, changed main menu 2015-06-17 00:37:15 +02:00

README.md

Amiibofindr

Source code for amiibofindr.com

This is an old project of mine that is still online while I try to build something better. This README was created specifically for open sourcing the code and some parts may be not accurate.

Contributing

For running the local environment, you will need ansible, vagrant and virtualbox.

The vagrant up command will fire up a local virtual machine and install all requirements.

You can access the inside of the VM using vagrant ssh to run the default django manage commands.