Website for the Windows 10/11 (UWP) app Wikini for Wikipedia, built with Gatsby and Bulma.
During build, it automatically reads the release notes (JSON) from the app's repository and generates an overview page for all releases.
Running the website locally requires a GitHub access token to generate the release notes.
Use the following command to run the website locally:
GITHUB_ACCESS_TOKEN=<your-token> npm start
The website is deployed automatically after each push to this repository. Also, after each push to the app repository to update the release notes.