Sin descripción

AHdark ff27df09ae Update issue templates hace 2 años
.github ff27df09ae Update issue templates hace 2 años
.idea a64104e7d9 Feat: get invite code from query string hace 2 años
public 385eb44d92 Chore: added robots.txt hace 2 años
src fc06dca987 Chore: sync telegram card step with localStorage hace 2 años
.env 97ccb2ebe6 Cleanup: ready for opensource hace 2 años
.eslintrc 305c2e466a Chore: sync .prettierrc and .eslintrc hace 2 años
.gitignore b05b46744a Chore: build optimized hace 2 años
.prettierrc 3ea4e1c1af Feat: use vite hace 2 años
CODEOWNERS 6acfd28225 Doc: updated CODEOWNERS hace 2 años
LICENSE 80aaf796c5 Doc: use GNU Affero General Public License v3.0 hace 2 años
README.md 97ccb2ebe6 Cleanup: ready for opensource hace 2 años
index.html a38ce86960 Bumped version to beta-1.1 hace 2 años
package.json 9072047185 Bumped version to beta-1.2 hace 2 años
pnpm-lock.yaml e768d050c8 Deps: dependencies updated hace 2 años
tsconfig.json b05b46744a Chore: build optimized hace 2 años
vite.config.ts b50ac26287 Feat: added Roboto font sources hace 2 años

README.md

Introduction

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.

Development

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.

  1. Installation
    • fork this repository, and then clone it to your computer.
    • download pnpm. (https://pnpm.io/installation)
    • run pnpm install in the project directory.
  2. Development process
  3. Deployment process
    • commit code to GitHub via git commit and git push
    • run pnpm run build to build the production version
    • upload files in the dist directory to your server
    • go to http://yourdomain.com for production

License Scanning

FOSSA Status