Skip to content

Latest commit

 

History

History
executable file
·
20 lines (11 loc) · 899 Bytes

README.md

File metadata and controls

executable file
·
20 lines (11 loc) · 899 Bytes

deploy-website

Wikini for Wikipedia Website

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.

Development

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

Deployment

The website is deployed automatically after each push to this repository. Also, after each push to the app repository to update the release notes.