property-guessr
A property guessing game based on the Melissa API and our homebrew property-guessr API.
- make sure you have npm installed globally :)
- clone the repo and open terminal
- run
cd app
- run
npm install
- run
npm run dev
to run website on localhost!
- Create a new branch with
git checkout -b <branch-name>
- Do the issue code
commit
your code andpush
- Navigate to your branch and create a pull request on GitHub
- Profit?