Prerequisites include NodeJS, NPM, Git, and node-gyp.
Additionally, the site, even if ran locally, requires the remote host to be reachable. If this is not the case for you, please reach out to us.
- Clone the repo with
git clone https://github.com/7gang/puppermatch/
, followed bycd puppermatch
. - Install NPM dependencies with
npm i
. - Run the application in "developer mode" with
npm run watch
to enable "hot reload" when the underlying source code changes. - Go to
http://localhost/
in your browser of choice.