Commit graph

3 commits

Author SHA1 Message Date
Kumi
71320b75e5
chore: Add Docker support to documentation
Introduces a Docker section in the README with instructions on
setting up Wikimore using Docker Compose, providing an
alternative to the standard installation method.

Updates .gitignore to exclude docker-compose.yml from version
control to prevent accidental configuration changes from being
tracked.
2025-01-31 09:52:28 +01:00
Kumi
9d25954448
chore: update .gitignore to include /dist/ directory
Added the /dist/ directory to .gitignore to prevent distribution artifacts from being tracked in the repository. This helps in keeping the repository clean and reduces unnecessary clutter in version control.
2024-07-16 09:59:11 +02:00
Kumi
c436885cbc
feat: initial setup of Wikimore Flask app with basic features
Added initial setup for "Wikimore", a simple frontend for Wikimedia projects using Flask. The app includes the following features:

- Multi-language and multi-project support
- Search functionality with results displayed
- Proxy support for Wikimedia images
- Basic structure and templates (home, article, search results)

Configured appropriate .gitignore and .vscode settings for development. Licensed under MIT License.
2024-07-11 12:25:19 +02:00