Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 571 Bytes

AnimeChan App

OverView

I created the simple app with next.js and API. From this app, you can get an anime name, a character and his quote.
To create in your local, clone this and excute blow commands.
Deploy: https://anime-chan-jouu2ok87-kazuz.vercel.app/

API

From https://github.com/RocktimSaikia/anime-chan

Command

docker compose run --rm node sh -c "npx create-next-app animechan --ts"
docker compose run --rm node sh -c "cd animechan && npm install @material-ui/core @material-ui/icons swr"

Start

docker compose up