Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 712 Bytes

CONTRIBUTING.MD

File metadata and controls

18 lines (14 loc) · 712 Bytes

Contributing

How to get started

If you're interested in becoming a potential contributor to our project follow this steps

To get started:

  1. Fork or Clone this repository locally on your computer
  2. Install the project dependencies; This may vary depending on your package manager.
  3. The source code can be found in places/
    • Common (shared src) is found in places/common/
    • Lobby source code is found in places/lobby/
    • Multiplayer source code is found in places/multiplayer/
    • And so on!
  4. Refer to the following links to learn more about the code we use in our project: