# Status
Waiting for GSOC student to start working on this.
# The Project
At the #inuka-team we are building a plugin for partners to show wikipedia content available as contextual information on 3rd party sites.
MediaWiki page: https://www.mediawiki.org/wiki/Wikipedia_Preview
Demo Page: https://wikimedia.github.io/wikipedia-preview/demo/articles/english.html
## Technical details
This project's purpose is to write [[ https://github.com/cypress-io/cypress | cypress ]] tests for the plugin.
Example of cypress tests:
https://github.com/wikimedia/wikipedia-kaios/tree/main/cypress
Source code for wikipedia-preview
https://github.com/wikimedia/wikipedia-preview/
### Steps to install and run on your machine
(you need git, npm and node installed to run the app)
1. `git clone https://github.com/wikimedia/wikipedia-preview.git`
2. `cd wikipedia-preview`
3. `npm install`
4. `npm run dev`