Skip to content

About Develop

Pencil edited this page May 10, 2022 · 6 revisions

develop flow

node version

< v.14.18.1

.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

2022/05/09 update 3. git checkout -b branchName

  1. git checkout -b <branch-type>/<author>--<branch-name>

example: feature/p--add-header-nav

example: feature/5--add-home-page

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

references

Clone this wiki locally