tineret-spearanta-oradea / hopecamp-website

2 stars 0 forks source link

hopecamp.ro website

Local developement setup

Ensure you have the latest branch commit by running:

git pull

Then install node packages:

npm i

Then run on local server using:

npm run dev

Branching

When creating a new branch, make sure to create it from latest main branch.

It's a good practice to keep your feature branch up-to-date with the main branch.

Before creating a PR, make sure your feature branch is up-to-date with the main branch, by merging main into feature branch or rebasing - whichever is more familiar to you.