Flight booking app
How to run this project locally
- Clone this repo
- Run
npm install or yarnon terminal - Create new branch for your local development, e.g:
dev/your_name - After branch created, checkout to your new branch using
git checkout name_of_your_branch - After installed, run
npm run dev or yarn devon terminal - Open
http://localhost:3000in your browser
Contribution guide
- Before push your branch to GitHub, make sure to run
git fetch and git pullon main branch first - If there's any changes on main branch, don't forget to merge in your development branch
- After that, you're good to go to open pull request