Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 495 Bytes

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.