Skip to content

igun997/anime-list

Repository files navigation

Installations and Setup

Prerequisites

  • Node.js 12.16.1 or higher
  • NPM 6.13.4 or higher

Installation

  1. Clone the repo
    git clone [email protected]:igun997/anime-list.git
  2. Install NPM packages with yarn or npm
    yarn install
    or
    npm install
  3. Create .env file in the root directory and add the following
    NEXT_PUBLIC_API_URL=https://api.jikan.moe/v4
    PORT=3000
  4. Start the app
    yarn dev
    or
    npm dev

Deployment with Docker

  1. Clone the repo
     git clone [email protected]:igun997/anime-list.git
  2. Build the image
    docker build -t anime-list .
  3. Run the container
    docker run -p 3000:3000 anime-list
  4. Open the app in your browser
    http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published