Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 464 Bytes

steps.md

File metadata and controls

13 lines (7 loc) · 464 Bytes

Initialized next project with "npx create-next-app@latest ./"

Configured global.css and tailwind.config.ts...

Added a aceternity for framer motions and added a UI component i.e. Spotlight.tsx...

Added next-themes...

Added a provider.tsx in app and wrapped the app layout in ThemeProvider with dark theme as default...

Added other UI components like bento grid and developed the about section

Added all sections with respective components