- Vercel - hosting that works with Github.
- Next.js - comprehensive frontend framework.
- Tailwind CSS - style pages faster.
- daisyUI - common components with tailwind support.
- Framer Motion - simple page animations.
- Tailwind Scrollbar - customize the scrollbar.
- Yarn - package manager.
First you must install the dependencies for the project:
yarn add -D tailwindcss
yarn add -D daisyui
yarn add -D tailwind-scrollbar
yarn add -D framer-motion
yarn install
*some configuration might be needed for your needs.
After installing dependencies, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
After testing you web application, push your changes to main branch:
git add .
git commit -m 'website to production'
git push
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!