Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 938 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 938 Bytes

faq_codewithantonio

This is the repo for Frequently asked questions website based on CodewithAntonio's youtube videos.

The website has been created with the help with NextJs 13, tailwindcss and contentlayer.

The font used in this project are Satoshi and Ranade from Fontshare

Feel free to Fork and Clone this repo to play around.

I you like it, I won't mind a star.

Deployed on Vercel

Special Thanks to shadcn for his taxonomy repo. Taxonomy has been a big inspiration and understanding it has been a great learning experience.

Clone this repo

git clone https://github.com/trace2798/faq_codewithantonio.git

Install Packages

npm i

Start the app

npm run dev