Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 818 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 818 Bytes

wineup-web

Install dependencies and run the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

The page auto-updates as you edit the file.

Правила для подключения шрифтов

font-family: 'Playfair Display', serif;
font-family: 'Poller One', cursive;
font-family: 'PT Sans', sans-serif;

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!