https://www.figma.com/files/project/107570013
- Create and checkout to your developing branch "git checkout -b "branch name"
- Pull origin main
git pull --rebase origin main
- Code
- Pull origin main (using rebase)
- Add the changed file to git "git add ."
- Commit (Please follow the commit messages rule)
- Push to main "git push -u origin dev"
- Create a new pull request to dev branch and mention @salmon
- Done
<type>/<short_description>.<nama>
<type>
:- feature: saya menambahkan fitur baru
- fixing: saya memperbaiki fitur
Contoh: feature/navbar.sultan
<type>: <short_summary>
<type>
:- feat: saya menambahkan fitur baru
- fix: saya memperbaiki fitur
Contoh: feat[Homepage]: Creating about section
- public: file public (including assets)
- app : Contain all pages
- src
- components : all components (layouts, button, navbar, etc)
- helpers : pembantu (fetch backend, etc)
- hooks : custom hooks
- context: custom context
- modules: all views
- [Page name]
- page.js
credentials ada di group ya untuk .env nya
pull latest change dulu
install dependencies:
npm install
compile code:
npm run build
run code:
npm start
jadi deh