贡献指南
感谢你对为 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
`