Hi! We're really excited that you're interested in contributing to Techno Event Management System! Before submitting your contribution, please read through the following guide.
To develop locally, fork the Techno Event Management repository and clone it in your local machine. This repo is a monorepo using turborepo. The package manager used to install and link dependencies must be pnpm.
To develop and test:
-
Run
pnpm i
in root folder. -
Run
pnpm run dev
in root folder.