Official web client of FlagField.
git clone https://github.com/FlagField/FlagField-Web && cd FlagField-Web
;npm install
(Recommendcnpm install
in China);- edit
API_ROOT
insrc/constants.js
to 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