A fanmade wiki site made with Rick And Morty API.
Live Link - https://rick-wiki.netlify.app/
- NextJS
- ReactJS
- ChakraUI (component library)
- Typescript
# clone the git repo
# go to the specified folder
cd <folder_name>
# install dependencies
npm i
# start
npm run dev