Anime vault which shows kinds of anime with its rating and other info, built with NextJS and hosted with Vercel
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
yarn dev
-
Generate for production build
yarn build
-
Preview the site as it will appear once deployed
yarn start