Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 561 Bytes

INSTALLATION.md

File metadata and controls

29 lines (19 loc) · 561 Bytes

Self hosting

Here is the instructions to deploy KUKU on your local machine.

  1. First clone (Kuku) to your local machine.

Run these to install all the independencies:

cd KUKU

npm i
  1. After that, rename .env-example to .env and fill all the variables
See https://docs.anify.tv/start#api-keys

NEXT_PUBLIC_ANIFY_KEY=
  1. Then, run these to start the server
npm run build

npm run format

The website should start on http://localhost:3000.