Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 881 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 881 Bytes

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