Hosted at geojson-arne.firebaseapp.com.
The frontend code is in the client directory.
For storing data we use Firebase Realtime Database. The frontend fetches data directly from the database, but calls the REST API defined by our Firebase Cloud Functions (in the functions directory) to write, as our database rules only allows read operations.