Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 425 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 425 Bytes

Rick And Morty Wiki

A fanmade wiki site made with Rick And Morty API.
Live Link - https://rick-wiki.netlify.app/

Technology used

  • NextJS
  • ReactJS
  • ChakraUI (component library)
  • Typescript

Start Project Locally-

    # clone the git repo

    # go to the specified folder

    cd <folder_name>

    # install dependencies

    npm i

    # start

    npm run dev