Here is the instructions to deploy KUKU on your local machine.
- First clone (Kuku) to your local machine.
Run these to install all the independencies:
cd KUKU
npm i
- After that, rename
.env-example
to.env
and fill all the variables
See https://docs.anify.tv/start#api-keys
NEXT_PUBLIC_ANIFY_KEY=
- Then, run these to start the server
npm run build
npm run format
The website should start on http://localhost:3000
.