mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-09-05 17:07:43 +00:00
main
* feat: add system initialization setup wizard * fix(setup): full-page redirect after init to break redirect loop --------- Co-authored-by: PIKACHUIM <PIKACHUIM@users.noreply.github.com>
OpenList (frontend)
BUILD
You can use the build script.
Usage: ./build.sh [--dev|--release] [--compress|--no-compress] [--enforce-tag] [--skip-i18n] [--lite]
Options (will overwrite environment setting):
--dev Build development version
--release Build release version (will check if git tag match package.json version)
--compress Create compressed archive
--no-compress Skip compression
--enforce-tag Force git tag requirement for both dev and release builds
--skip-i18n Skip i18n build step
--lite Build lite version
Environment variables:
OPENLIST_FRONTEND_BUILD_MODE=dev|release (default: dev)
OPENLIST_FRONTEND_BUILD_COMPRESS=true|false (default: false)
OPENLIST_FRONTEND_BUILD_ENFORCE_TAG=true|false (default: false)
OPENLIST_FRONTEND_BUILD_SKIP_I18N=true|false (default: false)
LICENSE
MIT
CREDITS
OpenList is a resilient, community-driven fork of AList — built to defend open source against trust-based attacks.
Languages
TypeScript
91.9%
CSS
3.2%
HTML
2.3%
JavaScript
1.7%
Shell
0.9%