This repository is for an application using React JS called Rantai Pasok Produksi Apel Terintegrasi. This application is using design system by Ant.
Must have : Yarn and git
- Clone this repository
git clone https://github.com/Akbarsn/RPPAT-frontend.git
- Change directory inside the folder
cd RPPAT-frontend
- Install all dependencies
yarn install
- Start the service
yarn start
- First fork this repository
- Clone repository at your github account
git clone <your repo link>
- Change or add feature and commit it
git add .
git commit -m "your commit message"
- Push your commit
git push
- After your commit is pushed in your repo, ask for pull request
- Wait until your pull request accepted
Before doing pull the newest commit, stash or commit your works first
- Pull the newest commit
git pull <link of origin repo>
- If there is conflict, fix it manually then commit it
git commit -m "your commit message"
- After that your repository is already up to date