Skip to content
John Yoon edited this page Jan 24, 2023 · 9 revisions

Wiki Home

This wiki is for developers to quickly set up their developing environment, understand the project structure, and learn the mechanisms of our codes.

If you are a new developer willing to contribute to the project:

  1. Read through the Project Structure first to understand our project.
  2. Read the Installation guide for Developers for more information about the developing.
  3. Check and Install the prerequisites from Prerequisite Installations.
  4. Check and follow the instructions in Git forks and pull requests (if you are a maintainer, you may skip this step as you have direct access to main branch already).
  5. Carefully follow the all the steps listed on Project initial setup.
  6. If you are a maintainer, you should also proceed reading Distribution guide for Maintainers for future distribution.

If you are curious about how things work in our project (more of the educational approach), please take a look around our Project Archives. This is where we all post about the coding concepts, brainstorming ideas and study notes.

If you have any issues about the project, please report it on issues tab in GitHub.

Table of Contents

Wiki Home

Developer Instruction

Project Archive