- Next.js
- Typescript
- SWR
- clsx
- Headless UI
- axios
- framer-motion
- Next-SEO
- Next-PWA
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/r3nanp/star-wars-wiki.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
git clone [email protected]:r3nanp/star-wars-wiki.git
Install dependencies
yarn install
Or
npm install