Skip to content

JumboCode 2024-2025 project for Dillar Academy, led by Lillian Tran

Notifications You must be signed in to change notification settings

JumboCode/dillar-academy

Repository files navigation

Dillar Academy Web App

This is a JumboCode Project for Dillar Academy to help manage classes and enrollments.

How to run

npm run dev

Git Commands Guide

Branches

git branch                      # see current branch
git checkout [branch-name]      # switch branches
git checkout -b branch-name     # makes new branch and switches to that branch

Development

git pull                            # get latest changes from repo
git status                          # view files you've changed and what's staged
git add .                           # stage all current changes
git commit -m "[commit_message]"    # commit your edits with a message describing changes
git push                            # push your changes to the remote repo

About

JumboCode 2024-2025 project for Dillar Academy, led by Lillian Tran

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published