eventalapp / evental

Open source event management software
https://evental.app
GNU Affero General Public License v3.0
24 stars 1 forks source link

Evental

Evental is an open source event management platform.

Technologies:

Next.js, TypeScript, React, React Native, Prisma, Tailwind CSS, Radix UI, react-query, react-hook-form, mjml, Yarn

Hosting/Services:

Development Setup

Prerequisites:

Clone the repository:

git clone https://github.com/eventalapp/evental

Duplicate .env.local.example in each application (web, mobile & shared) and rename it to .env

Install dependencies and generate the prisma client:

yarn

Start the web development server:

yarn web dev

Start the mobile development server:

yarn mobile dev