A lightweight web authentication solution.
- Node.js (v16+) installed
- pnpm installed globally (run
npm install -g pnpmif missing)
git clone https://github.com/xywml/WebAuth.git
cd WebAuthpnpm installpnpm run buildA
dist/directory with production-ready static assets will be generated upon successful build.
Copy the entire dist/ directory from your local machine to the static file serving path of your server (e.g., Nginx html/ folder, Apache htdocs/, etc.).