Skip to content

Repository files navigation

Massachusetts History Day

JumboCode 2025-2026 project for Massachusetts History Day, led by Dan Glorioso.

Project Manager: Dan Glorioso
Technical Lead: Shayne Sidman
Designer: Tika Capon

Deploy your own copy

Follow the step-by-step deploy guide — start by forking this repository on GitHub, then follow the steps from there. Setup takes about 15 minutes and only requires a web browser.

How to run

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the site.

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

Resources

About

JumboCode 2025-2026 project for Massachusetts Historical Society, led by Dan Glorioso

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages