From 94f362d85c5d1e6ae15e8acd4200b7e475425ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Tue, 1 Oct 2024 21:33:28 +0200 Subject: [PATCH] Add OpenSavvy's ViteJS to the list of Hacktoberfest projects --- docs/events/hacktoberfest/2024/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/events/hacktoberfest/2024/README.md b/docs/events/hacktoberfest/2024/README.md index 6f78556..96e440d 100644 --- a/docs/events/hacktoberfest/2024/README.md +++ b/docs/events/hacktoberfest/2024/README.md @@ -47,6 +47,8 @@ with different levels of complexity: Java, Kotlin, Android, Documentation - **Easy/Medium:** [Improve this Site!](#community-site) - MkDocs, Web Design, Documentation +- **Medium:** [Stabilize support for ViteJS](#stabilize-support-for-vitejs) - + Kotlin, JavaScript ecosystem, Gradle @@ -151,6 +153,17 @@ References: * [Contributing to the Community Site](./../../../CONTRIBUTING.md) * [Open Issues](https://github.com/gradle/community/labels/website) +### Stabilize support for ViteJS + +[OpenSavvy](https://opensavvy.dev) is working on bringing the [ViteJS](https://vitejs.dev/) bundler to the Gradle Build Tool, in particular for the Kotlin Multiplatform stack. The initial version works on simple projects, but breaks when used with some configurations or libraries. We're searching for contributors who can help us understand what goes wrong so we can stabilize and release the project. + +References: + +* [Repository](https://gitlab.com/opensavvy/automation/kotlin-vite) +* [Documentation](https://opensavvy.gitlab.io/automation/kotlin-vite/api-docs/) +* [Suggested GitLab issues](https://gitlab.com/opensavvy/automation/kotlin-vite/-/issues/?sort=priority&state=opened&or%5Blabel_name%5D%5B%5D=contribution%3A%3Adifficult&or%5Blabel_name%5D%5B%5D=contribution%3A%3Aeasy&or%5Blabel_name%5D%5B%5D=contribution%3A%3Amedium) +* Discuss: [`#opensavvy`](https://slack-chats.kotlinlang.org/c/opensavvy) in the Kotlin Slack, or by commenting on issues + ## ¿More Featured Projects? During the Hacktoberfest, maintainers are welcome to add their project if they provide contributor guidelines and issues that can be worked on by contributors.