A modern web application showcasing beautiful combinations of Greek Google Fonts. Built with Nuxt 3, TypeScript, and Tailwind CSS.
- Display of curated Greek font combinations
- Responsive grid layout
- Preview text in both Greek and English
- Modern UI with Tailwind CSS
Make sure to install the dependencies:
# npm
npm install
# yarn
yarn install
# pnpm
pnpm installStart the development server on http://localhost:3000:
# npm
npm run dev
# yarn
yarn dev
# pnpm
pnpm devBuild the application for production:
# npm
npm run build
# yarn
yarn build
# pnpm
pnpm buildPreview the production build:
# npm
npm run preview
# yarn
yarn preview
# pnpm
pnpm previewCheck out the deployment documentation for more information.