Home
Softono
l

lukevella

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by lukevella

Rallly
Open Source

Rallly

<div align="center"> <img src="./assets/images/logo-color.svg" width="200px" alt="Rallly" /> </div> <br /> <div align="center"> [![Actions Status](https://github.com/lukevella/rallly/actions/workflows/ci.yml/badge.svg)](https://github.com/lukevella/rallly/actions) [![Crowdin](https://badges.crowdin.net/rallly/localized.svg)](https://crowdin.com/project/rallly) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-orange.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Discord](https://img.shields.io/badge/-Join%20Chat-7289DA?logo=discord&logoColor=white)](https://discord.gg/uzg4ZcHbuM) [![Donate](https://img.shields.io/badge/-Donate%20with%20Paypal-blue?logo=paypal)](https://www.paypal.com/donate/?hosted_button_id=7QXP2CUBLY88E) </div> ![Screenshot](https://github.com/user-attachments/assets/baafea52-c4da-43bb-96ef-50840f1c0c03) Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability. Save time and avoid back-and-forth emails. Built with [Next.js](https://github.com/vercel/next.js/), [Prisma](https://github.com/prisma/prisma), [tRPC](https://github.com/trpc/trpc) & [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) ## Self-hosting Check out the [self-hosting docs](https://support.rallly.co/self-hosting) for more information on running your own instance of Rallly. ## Local Installation The following instructions are for running the project locally for development. 1. Clone the repository and switch to the project directory ```bash git clone https://github.com/lukevella/rallly.git cd rallly ``` 2. Install dependencies ```bash pnpm install ``` 3. Setup environment variables Copy the sample environment file and fill in the required values: ```bash cp apps/web/.env.sample apps/web/.env cp packages/database/.env.sample packages/database/.env ``` See [configuration options](https://support.rallly.co/self-hosting/configuration-options) for a full list of available options. 4. Generate Prisma client ```bash pnpm db:generate ``` 5. Setup database You will need to have [Docker](https://docs.docker.com/get-docker/) installed and running to run the database using the provided docker-compose file. To start the database, run: ```bash pnpm docker:up ``` Next run the following command to setup the database: ```bash pnpm db:reset && pnpm db:seed ``` This will: - delete the existing database (if it exists) - run migrations to create a new database schema - seed the database with test users and random data 6. Start the portless proxy The dev scripts route the apps through [portless](https://portless.sh), which exposes them at stable HTTPS URLs (e.g. `https://web.local.rallly.co`) instead of `localhost:<port>`. Start the proxy: ```bash pnpm proxy:start ``` 7. Start the Next.js server ```bash pnpm dev ``` ## Contributors Please read our [contributing guide](CONTRIBUTING.md) to learn about how to contribute to this project. ### Translators 🌐 You can help translate Rallly to another language by following our [guide for translators](https://support.rallly.co/contribute/translations). ## License Rallly is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. See [LICENSE](LICENSE) for more detail. ## Sponsors Thank you to our sponsors for making this project possible. [Become a sponsor &rarr;](https://github.com/sponsors/lukevella) And thank you to these companies for sponsoring and showing support for this project. <table> <tbody> <tr> <td align="center"><a href="https://appwrite.io?utm_source=rallly"><img src="./assets/images/appwrite.svg" alt="appwrite" height="24" /></a></td> <td align="center"><a href="https://vercel.com/?utm_source=rallly&utm_campaign=oss"><img src="./assets/images/vercel-logotype-dark.svg#gh-light-mode-only" alt="Powered by Vercel" height="24" /></a></td> <td align="center"><a href="https://ura.design?utm_source=rallly"><img height="24" alt="Ura Design" src="./assets/images/ura-logo-blue.svg"></a></td> <td align="center"><a href="https://crowdin.com?utm_source=rallly"><img height="24" alt="Crowdin" src="./assets/images/crowdin-logo.svg"></a></td> </tr> <tr> <td align="center"><a href="https://m.do.co/c/f91efc9c9e50"><img src="./assets/images/digitalocean-logo.svg" alt="Digital Ocean" height="24" /></a></td> <td align="center"><a href="https://sentry.io?utm_source=rallly"><img src="./assets/images/sentry.svg" alt="Sentry" height="24" /></a></td> <td align="center"><a href="https://cloudron.io?utm_source=rallly"><img src="./assets/images/cloudron-logo.svg" alt="Cloudron" height="30"></a></td> <td align="center"><a href="https://featurebase.app?utm_source=rallly"><img src="./assets/images/featurebase.svg" alt="Featurebase" height="28"></a></td> </tr> </tbody> </table>

Polls & Voting
5.1K Github Stars