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.
- 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
- Clone this repository
- Install dependencies
yarn install
- Launch the development server
yarn dev
- 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.