Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.27 KB

File metadata and controls

54 lines (34 loc) · 1.27 KB

Contributing Guide

Before code

There are a few things you need to know before you start contributing.

Technology

Only the main technologies/packages are listed here, to see the full dependencies please go to package.json or Dependency graph.

The fact that you only need to understand the first level of technology should be almost enough.

  • Vue 3
    • Vite
    • Windicss
    • Vue i18n
    • Vue Page
  • TypeScript
  • pnpm

Style

We use Angular Style for commit and Standard Style for TypeScript.

Others

Where and how to start

You can find what you're interested in from issues or projects and get started.

You need install node.js and pnpm.

  1. Install pnpm
  2. Clone the repo
git clone https://github.com/AprilBlog/april.git
  1. Go to the directory and install
cd april && pnpm install
  1. Run and start coding
pnpm dev

Contributor

Contributor Covenant Code of Conduct