Official web client of FlagField.
git clone https://github.com/FlagField/FlagField-Web && cd FlagField-Web;npm install(Recommendcnpm installin China);- edit
API_ROOTinsrc/constants.jsto your FlagField-Server address (including /v1). Notice that the URL should follow your browser's CORS rule in order to access; npm run build. The files are now generated at ./dist/;- Using Apache2 or NGINX to make your website accessible.
- There's still a lot of stuff remaining to be finished
- There're lots of potential bugs in this program
- User register's interface is always asking email captcha
- The files may be too large
- Unit tests are not available now