Git Product home page Git Product logo

env's Introduction

Local Development

Caution

This is only for .env main source is private, please note that it's only allowed for personal use Commercial use is not recommended

1. Environment Variable file setup

  1. Copy all the contents of .env.example into a new file called .env

2. Backend Repository (Consumet API)

Tip

If you already have a backend URL from somewhere, you can skip this step and go to step 3

  1. Clone the backend repository and install the dependencies:
$ git clone https://github.com/consumet/api.consumet.org.git
$ cd api.consumet.org
$ npm install # Or yarn install
  1. Start the backend server
$ npm start
  1. Put your backend URL into the NEXT_PUBLIC_CONSUMET_URL variable in the .env file

3. Frontend Repository (Hirako)

  1. Clone this repository and install the dependencies:
$ git clone 
$ cd 
$ npm install # Or yarn install
  1. Start the development server
$ npm run dev
  1. Open the project in your browser:
http://localhost:3000

Extra Steps (OPTIONAL)

  • If you want, you can host a CORS proxy. The recommended CORS proxy for this project is this one: Rob--W/cors-anywhere. You can host this on vercel and save the link into the NEXT_PUBLIC_CORS_REQUEST_LINK variable in the .env file
  • You can turn on your own website tracking with Google Analytics, go to https://analytics.google.com/ and follow their setup instructions. Save the Tracking ID into the NEXT_PUBLIC_GA_TRACKING_ID variable in the .env file
  • You can turn on your own website tracking with Umami, go to https://umami.is/ and follow their setup instructions. Save the Website ID into the NEXT_PUBLIC_UMAMI_WEBSITE_ID variable in the .env file
  • You can turn on live customer communication with Tawk.to, go to https://tawk.to and follow their setup instructions. Save the Property ID and Widget ID into the NEXT_PUBLIC_TAWKTO_PROPERTY_ID and NEXT_PUBLIC_TAWKTO_WIDGET_ID variables, respectively

Credits

  • Consumet API for all anime details and sources
  • Anilist was used to provide extensive episode details and statistics

License

This project is licensed under the GNU General Public License v3.0 - see the License file for more details

Contact

Thanks for checking my project out

If you have any questions or feedback, go to my website and pick your preferred method of contact. You can also join the community Discord server I made down below:

Discord Banner

env's People

Contributors

kyouhei14 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.