Skip to content

Run Locally (for developement purposes)

evan_ edited this page Jan 13, 2023 · 3 revisions

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
Clone this wiki locally