Flight booking app
How to run this project locally
- Clone this repo
- Run
npm install or yarn
on 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 dev
on terminal - Open
http://localhost:3000
in your browser
Contribution guide
- Before push your branch to GitHub, make sure to run
git fetch and git pull
on 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