Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
  2. ## Setting Up the Environment
  3. It is recommended to use the same node and npm versions for development. An easy way to do so would be to use `nvm`. After installing `nvm`, run:
  4. ```bash
  5. nvm use
  6. npm install
  7. ```
  8. This will automatically use the node version defined in `.nvmrc` and then proceed with installing the necessary dependencies for development.
  9. ## Getting Started
  10. First, run the development server:
  11. ```bash
  12. npm run dev
  13. ```
  14. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
  15. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
  16. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
  17. ## Learn More
  18. To learn more about Next.js, take a look at the following resources:
  19. - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
  20. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
  21. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
  22. ## Deploy on Vercel
  23. The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
  24. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.