ugahacks / ugahacks-backend

Monorepo for UGAHacks backend registration, MyByte.
https://mybyte.ugahacks.com/
2 stars 1 forks source link

MyByte

master release

This repository hosts the backend registration systems that powers UGAHacks. If you're viewing us right now, we're still in the process of converting our infrastructure.

If you have a question, please reach out to us at tech@ugahacks.com

Run Locally

Clone the project

  git clone https://github.com/ugahacks/ugahacks-backend.git

Go to the project directory

  cd ugahacks-backend

Install dependencies & start the server

  yarn install
  yarn workspace mybyte run dev