-
Notifications
You must be signed in to change notification settings - Fork 655
Run Locally (for developement purposes)
evan_ edited this page Jan 13, 2023
·
3 revisions
The proxy part of Kazwire will not work if you only do the following steps. (Support for that is coming soon!) 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