Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 519 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 519 Bytes

Getting Started

  1. Fork this repo.

  2. Initialize this project locally.

  3. Install dependencies with your package manager

npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Run the project
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

How to contribute?

  1. On your local fork, create a feature branch, for example:
git checkout -b your-feature-name
  1. Commit your feature and push.
  2. Create a pull request to main.
  3. DO NOT DIRECTLY PUSH TO MAIN