Welcome to the Frankliné&Co. website repository. This project showcases a modern, responsive website built with Nuxt.js, Tailwind CSS, and various other technologies to provide a smooth and engaging user experience.
Check out the live version of the website at: Frankliné&Co.
- Responsive design
- Smooth scrolling animations
- Interactive elements with GSAP
- Custom cursor follower
- Swiper integration for carousels
To get started with the project, clone the repository and install the dependencies using npm
:
git clone https://github.com/milopadma/franklineco-fleava.git
cd franklineco
npm install
To start the development server, run:
npm run dev
This will start the Nuxt.js development server, and you can view the project at http://localhost:3000
.
To build the project for production, run:
npm run build
This will generate the production-ready files in the .output
directory.
The project is configured to be deployed on Vercel. After building the project, you can deploy it using the Vercel CLI:
vercel deploy
Feel free to contribute to the project by opening issues or submitting pull requests.