• This repository has been archived on 16/Apr/2023
  • Stars
    star
    179
  • Rank 214,039 (Top 5 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Anime Streaming Web App built with NextJS

Anime Web App with Reactjs.

Thumbnail

An Ad Free Anime Streaming web app to give you a better experience.

Api Reference

  • API REPO This api is being used in this project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

FIRST YOU NEED TO CLONE API REPO AND RUN IT. You need to note api local host url.you have to create a tunnel for your api local_host through NGROK. Go to next.config.js file on the root of the project and put your NGROK url inside the env object

 env: {
    key: process.env.COUNT_API_KEY,
    URL: "YOUR_NGROK_API_URL/api/",
  }

Installing

Clone the Repository and run

npm install
npm run dev

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Credits

Authors

License

MIT