Skip to content

strebl/pi.strebl.ch

Repository files navigation

pi-finder.xyz

Build Status Scrutinizer Code Quality StyleCI Scrutinizer Coverage GitHub license GitHub release

pi-finder.xyz is the free backend service for the Pi Finder.
The Pi Finder lets you find your Raspberry Pi or any other unix based device in your network.
Read the Introduction for more information.

You can configure the Pi Finder to talk to your own Poke Server. Just set up this Repo on your own server and modify the Pi Finder configuration on your device.

Development

Install the dependencies

yarn # or npm install
composer install

To build for dev run

npm run webpack

If you want webpack to build on code changes, run

npm run dev

To build for production run

npm run production

This will first build for development, optimize css with uncss and then minify and version everything.

Contribution

Thank you for considering to contribute. Just open a issue or create a pull request if you are willing to contribute.

License

This repo is open-sourced software licensed under the MIT license

Releases

No releases published

Packages

No packages published

Languages