LogoRead Frog

Code Contribution

Let's build a better language learning product together

Getting Started

# Clone the repository
git clone https://github.com/mengxi-ream/read-frog.git

# Enter the project directory
cd read-frog

# Start the project
pnpm dev

Submitting Code

Create a new branch

# For new features
git checkout -b feat/the-feature

# For bug fixes
git checkout -b fix/the-bug

Create a Pull Request and wait for it to be merged.

Commit Convention

We use the Conventional Commits specification for writing commit messages.

On this page