Skip to content

hackharvard/admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30e9ac7 · Oct 10, 2024

History

64 Commits
Oct 10, 2024
Aug 13, 2024
Aug 5, 2023
Aug 5, 2023
Jul 29, 2024
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 11, 2024
Aug 11, 2024
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023

Repository files navigation

Setup

Once you've installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Changes

git checkout -B branch_name

The branch_name should be concise but descriptive. E.g., if making a page for profile settings, a possible branch name is profile_settings.

After finishing a feature, create a pull request. Never commit directly to the main branch.