Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 683 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 683 Bytes

Contribute Guide

  • node LTS
  • pnpm 7.x (corepack enable)

Install dependencies

pnpm i

Then boot backend

Create .env and type the endpoint (if you dont change backend port, it's 7071).

endpoint = http://127.0.0.1:7071

Finally run pnpm dev. Now that everything is ready, do what you want to do.

Coding and Commit Style

We use @kecrily/eslint-config and Conventional Commits

Before submit commit, you should run pnpm lint to check coding style is fine.

And your commit message also needs to follow Conventional Commits.