Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

To install StudentSync, the following are the pre-requisites.

  1. Python >= 3.11
  2. Java OpenJDK 24 and above.
  3. make
  4. just command runner (optional)



Steps to Install

  1. Clone the repository either from codeberg.org or GitHub as follows
#From Github 
git clone https://github.com/Vaishnav-Sabari-Girish/StudentSync.git

#From codeberg.org 
git clone https://codeberg.org/Vaishnav-Sabari-Girish/Student-Productivity-App.git
  1. cd into the clone repo.
  2. Run the following commands
# If you use make
make build
make run

#If you use just
just build
just run