Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 938 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 938 Bytes

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 [email protected]

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