Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

densitydesign/wlm-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a06710 · Nov 19, 2023
Sep 20, 2022
Aug 30, 2023
Mar 14, 2023
Nov 28, 2022
Dec 12, 2022
Aug 28, 2023
Jul 25, 2022
Jul 27, 2022
Sep 16, 2022
Jul 25, 2022
Nov 19, 2023
Nov 11, 2022
Jan 10, 2023
Dec 12, 2022

Repository files navigation

⚠️ Project moved to https://gitlab.wikimedia.org/repos/wikimedia-it/wlm/wlm-data-frontend ⚠️

Observatory for Italian Wiki Loves Monuments

The main screen of the application, a map of Italy with data-driven fans

The project is a data-driven observatory for the Italian Wiki Loves Monument contest. Its goal it to show how many monuments (cultural properties) have been photographed, at least once, by the community of Wikimedia. Additionally it can show how many of them we can find on Wikidata and the portion that is participating into the contest.

The project is built upon data extracted from Wikidata, that is aggregated, stored and API-served via a dedicated backend. The API is publicly accessible, see here for more information.

Installation

In case required, add the basePath property to the next.config.js file (more info here) Then:

# Install dependencies
npm i

# Run development server
npm run dev

# Local build
npm run export

Development and Deployment

Please use the branch dev for developing purpose and merge into main only what you want to become public. The repository uses GitHub Actions to automatically deploy at every push on the main branch.