|
1 yıl önce | |
---|---|---|
.github | 2 yıl önce | |
.idea | 2 yıl önce | |
public | 2 yıl önce | |
src | 1 yıl önce | |
.env | 2 yıl önce | |
.eslintrc | 2 yıl önce | |
.gitignore | 2 yıl önce | |
.prettierrc | 2 yıl önce | |
CODEOWNERS | 2 yıl önce | |
Dockerfile | 2 yıl önce | |
LICENSE | 2 yıl önce | |
README.md | 2 yıl önce | |
index.html | 2 yıl önce | |
package.json | 2 yıl önce | |
pnpm-lock.yaml | 2 yıl önce | |
tsconfig.json | 2 yıl önce | |
vite.config.ts | 2 yıl önce |
This is a frontend that is almost fully compatible with the V2Board API, offering more features and customizability than the original v2board-user frontend.
We built this project using React + Redux + Material UI, without the antd
package but following the style of Ant Design.
As a service provider whose customers are mostly from mainland China, we need to make a frontend that conforms to the usage habits of Chinese people as much as possible.
This project does not allow any copyright notices to be removed, including but not limited to:
<meta name="copyright">
and <meta name="author">
tags in the index.html
file.If we detect that your site directly or indirectly uses our source code but has tampered with or deleted the copyright information, we will take relevant measures.
First of all, you need to pay attention: According to the AGPL-3.0 agreement, as long as you modify our code, no matter whether you publish this code or only use the code to provide services, you need to open source your code. Our open source behavior is to build a better open source ecosystem. If you can not respect and follow the rules of the opensource community, please do not use our code. If you use our code illegally, then we will actively collect evidence and initiate lawsuits against you and your company.
pnpm install
in the project directory.pnpm start
git commit
and git push
pnpm run build
to build the production versiondist
directory to your serverpnpm run build
to build the production version.dist
directory to your server.