Wiki Infographics is a platform to leverage structured information within Wikimedia projects to create informative and visually engaging infographics in both fixed and dynamic formats, under an open license. It is available at https://infographics.toolforge.org.
The backend codebase is available in this repository wiki_infographics-backend
Before you begin, ensure you have met the following requirements:
- Nodejs >= v18.16.0
-
Clone the repository
git clone https://github.com/WikiMovimentoBrasil/wiki_infographics.git
-
Navigate to the project directory:
cd wiki_infographics
-
Install project dependencies:
npm install
-
Start the development server:
npm run dev
You should now be able to access the project at http://localhost:5173 in your web browser
To connect backend with this frontend go to this repository wiki_infographics-backend
> ssh login.toolforge.org
> toolforge~# become <yourtool>
> yourtool@toolforge~# toolforge build start <url_for_this_repo>
> yourtool@toolforge~# toolforge webservice buildservice restart
More info on buildservice (debugging, etc.) here
Contributions are welcome! To contribute to Wiki Infographics, follow these steps:
- Fork the repository
- Create a new branch: git checkout -b feature/your-feature
- Make your changes and commit them: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/your-feature
- Create a pull request on GitHub
- Save users successful SPARQL queries
- Export Bar chart race video functionality Or embed bar chart race chart functionality
- Improve accessibility
This project is licensed under the MIT License - see the LICENSE file for details.