There are a few things you need to know before you start contributing.
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
We use Angular Style for commit and Standard Style for TypeScript.
You can find what you're interested in from issues or projects and get started.
You need install node.js and pnpm.
- Install pnpm
- Clone the repo
git clone https://github.com/AprilBlog/april.git- Go to the directory and install
cd april && pnpm install- Run and start coding
pnpm dev