Skip to content

simon-caignart/personal-website-nuxtjs

Repository files navigation

πŸ‘¨πŸ»β€πŸ’» My Personal Website

πŸš€ Technologies Used

The website is built using the following technologies:

  • Nuxt.js: A powerful framework for building server-side rendered and static websites with Vue.js.
  • Tailwind CSS: A utility-first CSS framework that enables rapid development and customization.

🌟 Features

  • Automatic Dark Mode and Light Mode
  • Automatic internationalization in English and French
  • Server-side rendering for better performance and SEO
  • Responsive design for optimal viewing across devices
  • Modular and reusable components
  • Efficient styling with Tailwind CSS

🏁 Getting Started

  1. Clone this repository
  2. Install dependencies
      yarn install
    
  3. Launch the development server
      yarn dev
    
  4. Open your browser and visit ο»Ώhttp://localhost:3000

Other commands:

# build for production and launch server
yarn build
yarn start

For detailed explanation on how things work, check out nuxt documentation.