貢献する
PancakeSwapへの貢献に興味を持っていただきありがとうございます!
Last updated
Was this helpful?
Was this helpful?
$ git clone [fork_repo_url]$ git remote add upstream git@github.com:pancakeswap/pancake-frontend.git$ git checkout develop
$ git pull upstream develop$ git checkout -b branch-name
$ yarnimport styled from 'styled-components'
import { Button } from '@pancakeswap/uikit'
const NewButtonVariant = styled(Button)`
// custom styles here
`