Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 644 Bytes

Nekos API

Open-source free public anime images API. Join our Discord server.

Installation

Clone the repository and install the dependencies.

git clone https://github.com/Nekidev/Nekos-API.git
cd Nekos-API
pnpm install

Set the environment variables. (You need a Supabase project for this)

  • NEXT_PUBLIC_SUPABASE_KEY - Supabase project's public key
  • NEXT_PUBLIC_SUPABASE_URL - Supabase project's URL
  • NEXT_PUBLIC_SUPABASE_BUCKET_NAME - Supabase project bucket's name

Now just run the project using pnpm run dev. It'll start the project on 0.0.0.0:3000.