We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install Node.js and NPM Clone the repository with
git clone https://github.com/whos-evan/kazwire.git
Set the active directory to the cloned repository.
cd kazwire
Edit uv.config.js in the ./static/uv folder to a working bare-server (e.g. https://search.kazwire.com/bare/).
uv.config.js
./static/uv
https://search.kazwire.com/bare/
nano static/uv/uv.config.js
Install the necessary packages using npm, build it, and run it.
npm install npm run dev