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:
- The copyright logo and its link on the left side of the Footer.
- The
<meta name="copyright">and<meta name="author">tags in theindex.htmlfile. - Other copyright notices hidden on this page.
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.
- Installation
- fork this repository, and then clone it to your computer.
- download pnpm. (https://pnpm.io/installation)
- run
pnpm installin the project directory.
- Development process
- start dev server run
pnpm start - go to http://localhost:3000 for development
- start dev server run
- Deployment process
- commit code to GitHub via
git commitandgit push - run
pnpm run buildto build the production version - upload files in the
distdirectory to your server - go to http://yourdomain.com for production
- commit code to GitHub via
- Run
pnpm run buildto build the production version. - Upload files in the
distdirectory to your server. - Go to http://yourdomain.com for production.