Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 542 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 542 Bytes

Contributing Guide

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.

Repo Setup

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:

  1. Run pnpm i in root folder.

  2. Run pnpm run dev in root folder.