Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 808 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 808 Bytes

imdb-top-250

中文简介

preview: website (maybe difficult for chinese people)

feature

  • next13(App) + Prisma + SQLite : full stack application
  • tailwindcss + headlessUI : customized UI + responsive design
  • next-auth : introduce github + google OAuth login method
  • next-themes : dark mode
  • chart.js + react-chartjs-2 : visualization data
  • use middleware feature introduced by next12 to complete 18n
  • swr : make the data obtained by the client automatically cached.

develop

pnpm i

If you use npm install , npm will automatically install [prisma-client] dependency. but if you use pnpm like me , additional command need be execute :

pnpm exec prisma generate

run :

pnpm dev

build :

pnpm build