Skip to content

wisungyo/anime-vault

Repository files navigation

Anime Vault

Anime vault which shows kinds of anime with its rating and other info, built with NextJS and hosted with Vercel

Demo

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    yarn
  3. Start the development server

    yarn dev

🚀 Building and Running for Production

  1. Generate for production build

    yarn build
  2. Preview the site as it will appear once deployed

    yarn start