troutspotr / troutspotr-frontend

Help anglers make safe and legal choices when fishing for trout.
Other
6 stars 2 forks source link

troutspotr-frontend

troutspotr uses the troutspotr database which can be found here: https://github.com/troutspotr/troutspotr-db

Help anglers make safe and legal choices when fishing for trout.

Running 2017 version

You need npm installed to run this puppy. https://nodejs.org/

Once you download node, ensure that it's properly installed on your system by opening a terminal and typing this:

$ npm --version
5.2.0

after that...

npm install

Now all the code should be ready to run now. Run a local copy of it with:

npm run serve

now you should be able to see it by opening up your browser to localhost:7766

Running super secret 2018 version

Some basic things you need:

Good luck!