Skip to content

Sodiumchloridy/re-animeflix

Repository files navigation

An anime discovery, streaming site. Ad-free. And of course, does not comply to DMCA. Built with NextJS and Tailwind CSS. Due to legal reasons, this site does not store any copyrighted files on its server. All contents are provided by non-affiliated third parties.

Uy7ijfFlRaPB

Getting Started

To install the required dependencies:

npm install

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

To build the project:

npm run build