Web app for reporting lost or found pets.
-
Clone this repo
-
npm install -
npm start -
On Mac, download and install MAMP.
-
In your hosts file add the following:
127.0.0.1 petdetectr.local -
Visit
phpMyAdmin -
Create a new database called
petdetectr -
Load in the data dump found in pet detectr Slack channel
-
Run the apache server running (MAMP)
-
Visit http://petdetectr.local/ in your browser
If you're using Sublime Text please install the following plugins via Package Control:
- SublimeLinter
- SublimeLinter-contrib-eslint - requires global install
npm install -g eslint - SublimeLinter-contrib-stylelint - troubleshooting
- SublimeLinter-php
- EditorConfig (basics are we use 4 spaces to indent, not tabs)