- Node.js 12.16.1 or higher
- NPM 6.13.4 or higher
- Clone the repo
git clone [email protected]:igun997/anime-list.git
- Install NPM packages with yarn or npm
or
yarn install
npm install
- Create .env file in the root directory and add the following
NEXT_PUBLIC_API_URL=https://api.jikan.moe/v4 PORT=3000
- Start the app
or
yarn dev
npm dev
- Clone the repo
git clone [email protected]:igun997/anime-list.git
- Build the image
docker build -t anime-list .
- Run the container
docker run -p 3000:3000 anime-list
- Open the app in your browser
http://localhost:3000