Skip to content

About Develop

JiaWen edited this page Apr 14, 2022 · 6 revisions

develop flow

.env file

in developing, need to add .env.local and put REACT_APP_CLIENT_ID in this file

CLIENT_ID is your imgur client id

create the new branch

  1. switch to dev branch
  2. pull the new data
  3. git checkout -b branch_name

example: feature/P_addUseContext

example: feature/5_addUseContext

merge

  1. create a PR to merge into dev branch
  2. if dev branch is working
  3. merge dev into main

deploy

  1. vercel
  2. github-page

Clone this wiki locally