Run Locally (for developement purposes) - whos-evan/kazwire GitHub Wiki
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/
).
nano static/uv/uv.config.js
Install the necessary packages using npm, build it, and run it.
npm install
npm run dev